diff options
Diffstat (limited to 'home/xyz/.ssh/config')
| -rw-r--r-- | home/xyz/.ssh/config | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 90c96706..41a67680 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -6,14 +6,8 @@ AddKeysToAgent yes # more see alacritty.toml config SendEnv COLORTERM -# tabs and empty only for readability, without also works, not sure about newline -Host studio - Hostname flylightning.xyz - Port ssh-isp - User xyz - Host pp - Hostname xyzpp + Hostname xyzpp.local User xyz Host qw @@ -39,10 +33,14 @@ Host ca Hostname ca.flylightning.xyz User xyz -Host aa - Hostname aawg - User xyz - Host ib Hostname ib.flylightning.xyz User xyz + # ib VPS provider cancelled ipv6 + #AddressFamily inet6 + +Host ba + Hostname ba.flylightning.xyz + User xyz + # ba ipv4 has better optimized route + AddressFamily inet |
