diff options
| -rw-r--r-- | ssh/config | 110 |
1 files changed, 29 insertions, 81 deletions
@@ -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 |
