|
@@ -90,12 +90,19 @@ Host *.local 192.168.1.*
|
|
Hostname %h
|
|
Hostname %h
|
|
#ProxyJump bastion.unbl.ink
|
|
#ProxyJump bastion.unbl.ink
|
|
|
|
|
|
-Host bastion.cloud10.15five.com
|
|
|
|
- IdentityFile ~/.ssh/ff_cloud10_rsa
|
|
|
|
|
|
+Host *.cloud51
|
|
|
|
+ HostName %h
|
|
|
|
+ User colin
|
|
|
|
+ IdentityFile ~/.ssh/ff_cloud51_rsa
|
|
|
|
+ ProxyJump bastion.cloud51.15five.com
|
|
|
|
+ LocalForward 127.0.0.1:5437 db.mirror0.cloud51:5432
|
|
Port 155
|
|
Port 155
|
|
|
|
+ ServerAliveInterval 30
|
|
|
|
+ ServerAliveCountMax 3
|
|
|
|
+ AddKeysToAgent yes
|
|
|
|
|
|
-Host *.cloud10
|
|
|
|
- HostName %h
|
|
|
|
- IdentityFile ~/.ssh/ff_cloud10_rsa
|
|
|
|
- ProxyJump bastion.cloud10.15five.com
|
|
|
|
|
|
+Host bastion.cloud51.15five.com
|
|
|
|
+ User colin
|
|
|
|
+ IdentityFile ~/.ssh/ff_cloud51_rsa
|
|
Port 155
|
|
Port 155
|
|
|
|
+ AddKeysToAgent yes
|