aboutsummaryrefslogtreecommitdiff
path: root/ssh/config
blob: 35dd16a48bd42252e92a1318e4f5fd784f97a094 (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
# 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
	port 49000

host rygel.us
	hostname rygel.us
	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
	hostname ns1.rygel.us
	user mitch
	port 49000


# 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