Update ssh config a little #ssh
This commit is contained in:
@ -15,13 +15,17 @@ Host *.local
|
|||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
Host iapetus
|
Host iapetus
|
||||||
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
ProxyCommand ssh -xaqWiapetus.local dione.onec.me
|
||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
Host phoebe
|
Host phoebe
|
||||||
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
|
Host janus
|
||||||
|
ProxyCommand ssh -xaqWjanus.local dione.onec.me
|
||||||
|
User powellc
|
||||||
|
|
||||||
Host dione
|
Host dione
|
||||||
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
||||||
User powellc
|
User powellc
|
||||||
@ -47,6 +51,10 @@ Host tethys.local
|
|||||||
User colinpowell
|
User colinpowell
|
||||||
IdentityFile ~/.ssh/powellc
|
IdentityFile ~/.ssh/powellc
|
||||||
|
|
||||||
|
Host 172.*
|
||||||
|
User colinpowell
|
||||||
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
Host 10.201.*
|
Host 10.201.*
|
||||||
User colinpowell
|
User colinpowell
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|||||||
Reference in New Issue
Block a user