From 8f2b9316d1b1787503349c394c57c674ab5da443 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 15 Feb 2016 16:08:16 -0500 Subject: Misc updates to multiple config files --- ssh/config | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index 97c25d7..c7d653f 100644 --- a/ssh/config +++ b/ssh/config @@ -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 -- cgit v1.2.3