ssh/config (view raw)
1Host *
2 ServerAliveInterval 180
3 ServerAliveCountMax 3
4 HostKeyAlgorithms +ssh-rsa
5 PubkeyAcceptedKeyTypes +ssh-rsa
6 StrictHostKeyChecking no
7 Ciphers aes256-ctr,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-cbc
8 IPQoS ef af31
9
10Host github.com
11 User git
12 Hostname github.com
13 TCPKeepAlive yes
14 IdentityFile ~/.ssh/id_ed25519
15 IdentityFile ~/.ssh/upcloud
16
17Host fern
18 Hostname fern
19 User pi
20
21Host jade
22 Hostname jade
23 User ubuntu
24 IdentityFile ~/.ssh/id_rsa
25
26Host pantwo
27 Hostname 100.64.1.3
28 User icy
29 IdentityFile ~/.ssh/id_rsa
30
31Host lapis2
32 Hostname 150.230.131.193
33 User icy
34 IdentityFile ~/.ssh/id_rsa
35
36Host methi
37 Hostname 152.70.78.124
38 User icy
39 IdentityFile ~/.ssh/id_ed25519
40
41Host crimson
42 Hostname 144.24.148.230
43 User icy
44 SetEnv TERM=xterm
45 IdentityFile ~/.ssh/id_ed25519
46
47host lvm
48 HostName 0.0.0.0
49 User root
50 port 10022
51
52Host upcloud
53 Hostname git.services.upcloud.com
54 IdentityFile ~/.ssh/upcloud
55
56# Host *
57# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"