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 deepsource
11 Hostname github.com
12 User git
13 IdentityFile ~/.ssh/deepsource-git
14
15Host fern
16 Hostname 152.67.182.105
17 User pi
18 Port 2222
19
20Host jade
21 Hostname 152.67.182.105
22 User ubuntu
23 IdentityFile ~/.ssh/id_rsa
24
25Host pantwo
26 Hostname 100.64.1.3
27 User icy
28 IdentityFile ~/.ssh/id_rsa
29
30Host lapis2
31 Hostname 150.230.131.193
32 User icy
33 IdentityFile ~/.ssh/id_rsa
34
35