|
@@ -15,13 +15,17 @@ Host *.local
|
|
|
User powellc
|
|
|
|
|
|
Host iapetus
|
|
|
- ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
|
|
+ ProxyCommand ssh -xaqWiapetus.local dione.onec.me
|
|
|
User powellc
|
|
|
|
|
|
Host phoebe
|
|
|
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
|
|
User powellc
|
|
|
|
|
|
+Host janus
|
|
|
+ ProxyCommand ssh -xaqWjanus.local dione.onec.me
|
|
|
+ User powellc
|
|
|
+
|
|
|
Host dione
|
|
|
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
|
|
User powellc
|
|
@@ -47,6 +51,10 @@ Host tethys.local
|
|
|
User colinpowell
|
|
|
IdentityFile ~/.ssh/powellc
|
|
|
|
|
|
+Host 172.*
|
|
|
+ User colinpowell
|
|
|
+ IdentityFile ~/.ssh/id_ed25519
|
|
|
+
|
|
|
Host 10.201.*
|
|
|
User colinpowell
|
|
|
IdentityFile ~/.ssh/id_ed25519
|