aboutsummaryrefslogtreecommitdiff
path: root/ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config135
1 files changed, 135 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
new file mode 100644
index 0000000..97c25d7
--- /dev/null
+++ b/ssh/config
@@ -0,0 +1,135 @@
+# Prevent timeouts on certian systems
+GSSAPIAuthentication no
+
+host riedstra.us
+ hostname 104.131.110.187
+ user mitch
+ port 49000
+
+# Primary Digital Ocean Server
+host main
+ hostname 104.131.110.187
+ user mitch
+ port 49000
+
+# Secondary Digital Ocean Server
+host ns1
+ hostname 104.236.216.98
+ user root
+ port 22
+
+
+# Home servers
+host gw
+ hostname 10.73.0.1
+ port 22
+ user mitch
+
+host vertex
+ hostname 10.73.0.10
+ user mitch
+ port 22
+ Compression no
+
+# Friends
+host kyle
+ hostname glados.blanker.us
+ port 48000
+ user mitch
+host nearlyepic.net
+ port 22
+ user mitch
+
+
+# Github stuff
+host github.com
+ hostname ssh.github.com
+ user git
+ port 443
+ # identityfile ~/.ssh/id_rsa
+host github
+ hostname ssh.github.com
+ 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 22
+
+host rromulus
+ hostname yourareacode.com
+ user root
+ port 22
+
+# Unused
+# host jshaw
+# hostname 104.236.242.178
+# user james
+# port 22