all repos — dotfiles @ f978c99ea329a058f56dfd050f5e8d2132dc42c5

my *nix dotfiles

ssh/config (view raw)

 1Include /Users/icy/.colima/ssh_config
 2
 3Host *
 4    ServerAliveInterval 180
 5    ServerAliveCountMax 3
 6    HostKeyAlgorithms +ssh-rsa
 7    PubkeyAcceptedKeyTypes +ssh-rsa
 8    StrictHostKeyChecking no
 9    Ciphers aes256-ctr,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-cbc
10    IPQoS ef af31
11
12Host github.com
13    User git
14    Hostname github.com
15    TCPKeepAlive yes
16    IdentityFile ~/.ssh/id_ed25519
17    IdentityFile ~/.ssh/upcloud
18
19Host fern
20    Hostname fern
21    User pi
22
23Host jade
24    Hostname jade
25    User ubuntu
26    IdentityFile ~/.ssh/id_rsa
27
28Host lapis2
29    Hostname 150.230.131.193
30    User icy
31    IdentityFile ~/.ssh/id_rsa
32
33Host crimson
34    Hostname 144.24.148.230
35    User icy
36    SetEnv TERM=xterm
37    IdentityFile ~/.ssh/id_ed25519
38
39Host upcloud
40    Hostname git.services.upcloud.com
41    IdentityFile ~/.ssh/upcloud
42
43Host denna
44    Hostname denna
45    IdentityFile ~/.ssh/id_ed25519
46    IdentityFile ~/.ssh/upcloud
47
48Host egg
49    Hostname egg
50    IdentityFile ~/.ssh/id_ed25519
51    IdentityFile ~/.ssh/upcloud