diff options
Diffstat (limited to 'ssh/config')
| -rw-r--r-- | ssh/config | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -6,6 +6,11 @@ host riedstra.us user mitch port 49000 +host rygel.us + hostname rygel.us + user mitch + port 49000 + # Primary Digital Ocean Server host main hostname 104.131.110.187 @@ -14,9 +19,10 @@ host main # Secondary Digital Ocean Server host ns1 - hostname 104.236.216.98 - user root - port 22 + # hostname 104.236.216.98 + hostname ns1.rygel.us + user mitch + port 49000 # Home servers @@ -118,14 +124,14 @@ host dev user mitch host romulus - # hostname romulus.yourareacode.com - hostname 74.204.50.35 + hostname romulus.yourareacode.com + # hostname 74.204.50.35 user mitch - port 22 + port 49000 -host rromulus - hostname yourareacode.com - user root +host romulus-nginx + hostname romulus.yourareacode.com + user mitch port 22 # Unused |
