-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsshconfig
46 lines (38 loc) · 812 Bytes
/
sshconfig
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
AddKeysToAgent yes
host vdi
HostName localhost
Port 2222
IdentityFile ~/.ssh/google_compute_engine
host uni-ssh
HostName ssh.york.ac.uk
User ws1015
host cs-teach
HostName teaching0
User ws1015
ProxyJump uni-ssh
IdentityFile ~/.ssh/id_uni
host viking
HostName viking
User ws1015
ProxyJump uni-ssh
IdentityFile ~/.ssh/id_uni
host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github
host ellie
HostName anna-banana.xyz
User anna
IdentityFile ~/.ssh/id_personal
Port 8000
host unison
HostName anna-banana.xyz
User unison
IdentityFile ~/.ssh/unison_key
Port 8000
host *
TCPKeepAlive yes
ServerAliveInterval 120
ControlPath /tmp/cm-%r@%h:%p
ControlMaster auto
ControlPersist 10m