ssh/config (view raw)
1Host *
2 ServerAliveInterval 180
3 ServerAliveCountMax 3
4 HostKeyAlgorithms ssh-rsa,ssh-ed25519
5 PubkeyAcceptedKeyTypes ssh-ed25519,ssh-rsa
6 StrictHostKeyChecking no
7
8Host github.com
9 User git
10 Hostname github.com
11 TCPKeepAlive yes
12 IdentityFile ~/.ssh/id_ed25519
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
37
38Host crimson
39 Hostname 144.24.148.230
40 User icy
41 SetEnv TERM=xterm
42 IdentityFile ~/.ssh/id_ed25519
43
44host lvm
45 HostName 0.0.0.0
46 User root
47 port 10022