[ssh] Add cloud10 temp key

This commit is contained in:
2020-09-14 14:28:56 -04:00
parent 09bc6b8651
commit 5ba558d7ad
2 changed files with 11 additions and 0 deletions

View File

@ -58,3 +58,13 @@ Host *.local 192.168.8.*
IdentityFile ~/.ssh/jails
Hostname %h
ProxyJump jump.unbl.ink
Host bastion.cloud10.15five.com
IdentityFile ~/.ssh/ff_cloud10_rsa
Port 155
Host *.cloud10
HostName %h
IdentityFile ~/.ssh/ff_cloud10_rsa
ProxyJump bastion.cloud10.15five.com
Port 155