-
Notifications
You must be signed in to change notification settings - Fork 4
/
ssh_config
77 lines (61 loc) · 1.71 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Host *.cern.ch *.fnal.gov *.mit.edu
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
PubkeyAuthentication yes
Host *.fnal.gov
PreferredAuthentications gssapi-with-mic,gssapi,password
Host lxvoadm*.cern.ch lxplus*.cern.ch cmslpc*.fnal.gov
PreferredAuthentications gssapi-with-mic,gssapi,password
ProxyCommand none
GSSAPITrustDNS yes
Host lxvoadm*.cern.ch
DynamicForward 47170
Host cmslpc22.fnal.gov
DynamicForward 47270
Host lxvoadm*.cern.ch vo*.cern.ch cms*.cern.ch lxbuild*.cern.ch macms*.cern.ch cmslpc*.fnal.gov cmssrv*.fnal.gov
ForwardAgent yes
Host *cvs*.cern.ch *svn*.cern.ch
# CVS: http://www.mail-archive.com/[email protected]/msg05389.html
# SVN: concurrent accesses (e.g. inside cmsBuild) seem to fight over tunnel.
GSSAPITrustDNS yes
ControlPersist no
ProxyCommand none
Host *.cern.ch
GSSAPITrustDNS no
ProxyCommand proxy-ssh lxvoadm5.cern.ch /usr/bin/nc %h %p
Host *.fnal.gov
GSSAPITrustDNS no
ProxyCommand proxy-ssh cmslpc22.fnal.gov /usr/bin/nc %h %p
Host vocms144.cern.ch
DynamicForward 47171
Host vocms202.cern.ch
DynamicForward 47172
Host vocms201.cern.ch
DynamicForward 47173
Host cmssrv98.fnal.gov
User cmsdataops
DynamicForward 47271
Host cmssrv112.fnal.gov
User cmsdataops
DynamicForward 47272
Host cmssrv73.fnal.gov
User cmsdatatransfers
DynamicForward 47273
# ForwardX11 yes
# ForwardX11Trusted yes
Host cmssrv94.fnal.gov
User cmsdataops
DynamicForward 47274
Host *
IdentitiesOnly yes
ServerAliveInterval 5
ServerAliveCountMax 6
ControlPersist 15
ControlMaster auto
ControlPath ~/.ssh/link-%r@%h.%p
GSSAPIRenewalForcesRekey yes
GSSAPITrustDNS yes
ForwardX11 no
# ForwardX11 yes
# ForwardX11Trusted yes
Protocol 2