diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 813d253b..1fec70fb 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -50,3 +50,7 @@ Host ca Host aa Hostname aa.flylightning.xyz User xyz + +Host ib + Hostname ib.flylightning.xyz + User xyz |