ssh/config (view raw)
1Host *
2 ServerAliveInterval 180
3 ServerAliveCountMax 3
4
5Host github.com
6 Hostname github.com
7 TCPKeepAlive yes
8 IdentityFile ~/.ssh/github-pantone
9
10Host fern
11 Hostname 152.67.182.105
12 User pi
13 Port 2222
14
15Host jade
16 Hostname 152.67.182.105
17 User ubuntu
18 IdentityFile ~/.ssh/id_rsa
19
20Host pantwo
21 Hostname 100.64.1.3
22 User icy
23 IdentityFile ~/.ssh/id_rsa
24
25Host lapis2
26 Hostname 150.230.131.193
27 User icy
28 IdentityFile ~/.ssh/id_rsa
29
30