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 IdentityFile ~/.ssh/upcloud
14
15Host fern
16 Hostname fern
17 User pi
18
19Host jade
20 Hostname jade
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
38
39Host crimson
40 Hostname 144.24.148.230
41 User icy
42 SetEnv TERM=xterm
43 IdentityFile ~/.ssh/id_ed25519
44
45host lvm
46 HostName 0.0.0.0
47 User root
48 port 10022
49
50Host upcloud
51 Hostname git.services.upcloud.com
52 IdentityFile ~/.ssh/upcloud