-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ssh-config
63 lines (50 loc) · 1.11 KB
/
.ssh-config
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
Host *
ServerAliveCountMax 3
ServerAliveInterval 10
TCPKeepAlive yes
Host loj
HostName ir58.eecs.umich.edu
User cblocker
RemoteForward 52698 localhost:52698
Host ir58
HostName ir58.eecs.umich.edu
User cblocker
Host ir62
HostName ir62.eecs.umich.edu
User cblocker
Host ir71
HostName ir71.eecs.umich.edu
User cblocker
Host ir74
HostName ir74.eecs.umich.edu
User cblocker
Host titan
HostName ir74.eecs.umich.edu
User cblocker
ControlMaster auto
ControlPath ~/.ssh/%r@%h:%p
ControlPersist 1
Host ironwood
HostName ironwood.eecs.umich.edu
User cblocker
Host flux
HostName flux-login.engin.umich.edu
User cblocker
ProxyCommand ssh [email protected] nc %h %p
Host nyx
HostName nyx-login.engin.umich.edu
User cblocker
ProxyCommand ssh [email protected] nc %h %p
Match host apollo exec iamhome
HostName apollo.local
Host apollo
HostName cjblocker.ddns.net
Port 26
User cblocker
RemoteForward 52698 localhost:52698
Host autograder
HostName autograder.eecs.umich.edu
User eecs556
Host autotest
HostName autograder.eecs.umich.edu
User autotest