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 fern
16 User pi
17
18Host jade
19 Hostname jade
20 User ubuntu
21 IdentityFile ~/.ssh/id_rsa
22
23Host pantwo
24 Hostname 100.64.1.3
25 User icy
26 IdentityFile ~/.ssh/id_rsa
27
28Host lapis2
29 Hostname 150.230.131.193
30 User icy
31 IdentityFile ~/.ssh/id_rsa
32
33Host methi
34 Hostname 152.70.78.124
35 User icy
36 IdentityFile ~/.ssh/id_ed25519