ssh/config (view raw)
1Host *
2 ServerAliveInterval 180
3 ServerAliveCountMax 3
4 HostKeyAlgorithms ssh-rsa,ssh-ed25519
5 PubkeyAcceptedKeyTypes ssh-rsa,ssh-ed25519
6 StrictHostKeyChecking no
7
8Host github.com
9 User git
10 Hostname github.com
11 TCPKeepAlive yes
12 IdentityFile ~/.ssh/github-pantone
13
14Host fern
15 Hostname 152.67.182.105
16 User pi
17 Port 2222
18
19Host jade
20 Hostname 152.67.182.105
21 User ubuntu
22 IdentityFile ~/.ssh/id_rsa
23
24Host pantwo
25 Hostname 100.64.1.3
26 User icy
27 IdentityFile ~/.ssh/id_rsa
28
29Host lapis2
30 Hostname 150.230.131.193
31 User icy
32 IdentityFile ~/.ssh/id_rsa
33
34Host methi
35 Hostname 152.70.78.124
36 User icy
37 IdentityFile ~/.ssh/id_ed25519