[ssh] Add cloud51 config for 15Five
This commit is contained in:
@ -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
|
Host *.cloud51
|
||||||
IdentityFile ~/.ssh/ff_cloud10_rsa
|
|
||||||
Port 155
|
|
||||||
|
|
||||||
Host *.cloud10
|
|
||||||
HostName %h
|
HostName %h
|
||||||
IdentityFile ~/.ssh/ff_cloud10_rsa
|
User colin
|
||||||
ProxyJump bastion.cloud10.15five.com
|
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 bastion.cloud51.15five.com
|
||||||
|
User colin
|
||||||
|
IdentityFile ~/.ssh/ff_cloud51_rsa
|
||||||
|
Port 155
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|||||||
Reference in New Issue
Block a user