-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathssh_config
45 lines (37 loc) · 950 Bytes
/
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
Host lxplus.cern.ch
HostName lxplus.cern.ch
ForwardX11Trusted yes
User xshi
Host lnx235.lns.cornell.edu
User xs32
Host lnx235
User xs32
Host lxplus*.cern.ch
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
#GSSAPITrustDns yes
Protocol 2
ForwardX11 no
ServerAliveInterval 120
Host lxslc*.ihep.ac.cn
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
#GSSAPITrustDns yes
Protocol 2
ForwardX11 no
ServerAliveInterval 120
#RemoteForward 52699 127.0.0.1:52698
Host cepc*.ihep.ac.cn
ForwardAgent yes
ForwardX11 yes
XAuthLocation /opt/X11/bin/xauth
ForwardX11Trusted yes
RemoteForward 52699 127.0.0.1:52698
Host github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Host gitlab.cern.ch
HostName gitlab.cern.ch
#IdentityFile ~/.ssh/id_rsa.gitlab
User xin.shi