-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathssh_config
More file actions
40 lines (32 loc) · 761 Bytes
/
ssh_config
File metadata and controls
40 lines (32 loc) · 761 Bytes
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
Host ssh
Hostname ssh.soe.ucsc.edu
User bking2
Host ssh-pycharm
Hostname ssh.soe.ucsc.edu
User bking2
Host citrisdance
Hostname citrisdance
User bking2
LocalForward 7676 127.0.0.1:7676
ProxyCommand ssh ssh -W %h:%p
Host nlp-gpu-01
Hostname nlp-gpu-01
User bking2
ProxyCommand ssh ssh -W %h:%p
Host nlp-gpu-01-pycharm
Hostname nlp-gpu-01
User bking2
ProxyCommand ssh ssh-pycharm -W %h:%p
Host deepcore
Hostname deepcore
User bking2
LocalForward 7676 127.0.0.1:7676
ProxyCommand ssh ssh -W %h:%p
Host hb
Hostname hb.ucsc.edu
User bking2
ProxyCommand ssh ssh -W %h:%p
Host citrisdance-pycharm
Hostname citrisdance
User bking2
ProxyCommand ssh ssh-pycharm -W %h:%p