diff options
Diffstat (limited to 'home/xyz/.ssh/config')
| -rw-r--r-- | home/xyz/.ssh/config | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index a2cbaa8f..d4e2d229 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -6,12 +6,6 @@ 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 hpc Hostname coe-hpc1.sjsu.edu User 012404405 @@ -30,10 +24,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 |
