Fix ssh jump host config #ssh

This commit is contained in:
Colin Powell
2019-01-16 08:00:37 -05:00
parent f8dbe89249
commit c961ded21f

View File

@ -10,24 +10,16 @@ Host *
Host *.local Host *.local
User powellc User powellc
Host home
HostName galah.onec.me
User powellc
Host grackle
HostName galah.onec.me
User powellc
Host iapetus Host iapetus
ProxyCommand ssh -xaqW%h:%p home ProxyCommand ssh -xaqW%h:%p dione.onec.me
User powellc User powellc
Host phoebe Host phoebe
ProxyCommand ssh -xaqW%h:%p home ProxyCommand ssh -xaqW%h:%p dione.onec.me
User powellc User powellc
Host dione Host dione
ProxyCommand ssh -xaqW%h:%p home ProxyCommand ssh -xaqW%h:%p dione.onec.me
User powellc User powellc
Host sdf.org Host sdf.org
@ -54,3 +46,7 @@ Host tethys.local
Host 10.201.* Host 10.201.*
User colinpowell User colinpowell
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
Host 10.202.*
User colinpowell
IdentityFile ~/.ssh/id_ed25519