blob: 97c25d7b6040e2906144ba8f5a4696a1f4eabefa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
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
|