From ca0d6bcecaebf857a8006d7c356c83df61c56ea8 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 1 Mar 2017 09:49:43 -0500 Subject: Remove YAC's shit from my ssh config and add a few other hosts --- ssh/config | 110 ++++++++++++++++--------------------------------------------- 1 file changed, 29 insertions(+), 81 deletions(-) (limited to 'ssh/config') diff --git a/ssh/config b/ssh/config index c7d653f..35dd16a 100644 --- a/ssh/config +++ b/ssh/config @@ -1,6 +1,35 @@ # Prevent timeouts on certian systems GSSAPIAuthentication no +host ark-kyle + hostname status.glados2.blanker.us + port 49000 + user steam + +host postgres-stridet.com + hostname stridet.com + user mitch + port 22 + IdentityFile ~/.ssh/id_rsa + LocalForward 5432 127.0.5.1:5432 + +host encom + hostname encom.host + user flynn + # port 65510 + port 64995 + IdentityFile ~/.ssh/encom + +host xoeris + hostname xoeris.com + user mitch + port 49000 + +host xoeris.com + hostname xoeris.com + user mitch + port 49000 + host riedstra.us hostname 104.131.110.187 user mitch @@ -58,84 +87,3 @@ host github user git port 443 # identityfile ~/.ssh/id_rsa - - -#__ __ _____ _____ _______ _ _ ______ ______ -#\ \ / //\ / ____| / ____|__ __| | | | ____| ____| -# \ \_/ // \ | | | (___ | | | | | | |__ | |__ -# \ // /\ \| | \___ \ | | | | | | __| | __| -# | |/ ____ \ |____ ____) | | | | |__| | | | | -# |_/_/ \_\_____| |_____/ |_| \____/|_| |_| -# - -# My development server -host pragmatic - user www - -host remus - hostname remus.yourareacode.com - user mitch - port 49000 - -host remus-nginx - hostname remus.yourareacode.com - user mitch - port 22 - -host remus-l - hostname remus.yourareacode.com - user mitch - port 2300 - -host herc - hostname hercules.yourareacode.com - user mitch - port 22 - -host cpanel - hostname cpanel1.yac-web.com - user root - port 22 - -host cpanel2 - hostname 192.241.254.138 - user root - port 22 - -# Unused -host sec7 - hostname 192.12.222.162 - user root - port 22 - -host axial - hostname dev.yourareacode.com - user mitch - port 49000 - -host raxial - hostname dev.yourareacode.com - identityfile ~/.ssh/axial_root - user root - port 49000 - -host dev - hostname dev.yourareacode.com - user mitch - -host romulus - hostname romulus.yourareacode.com - # hostname 74.204.50.35 - user mitch - port 49000 - -host romulus-nginx - hostname romulus.yourareacode.com - user mitch - port 22 - -# Unused -# host jshaw -# hostname 104.236.242.178 -# user james -# port 22 -- cgit v1.2.3