all repos — dotfiles @ b89d34d2b82e22c328282cf0e3c26acbaf25321c

my *nix dotfiles

ssh/config (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
Host *
    ServerAliveInterval 180
    ServerAliveCountMax 3
    HostKeyAlgorithms +ssh-rsa
    PubkeyAcceptedKeyTypes +ssh-rsa
    StrictHostKeyChecking no
    Ciphers aes256-ctr,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-cbc
    IPQoS ef af31

Host github.com
    User git
    Hostname github.com
    TCPKeepAlive yes
    IdentityFile ~/.ssh/id_ed25519
    IdentityFile ~/.ssh/upcloud

Host fern
    Hostname fern
    User pi

Host jade
    Hostname jade
    User ubuntu
    IdentityFile ~/.ssh/id_rsa

Host pantwo
    Hostname 100.64.1.3
    User icy
    IdentityFile ~/.ssh/id_rsa

Host lapis2
    Hostname 150.230.131.193
    User icy
    IdentityFile ~/.ssh/id_rsa

Host methi
    Hostname 152.70.78.124
    User icy
    IdentityFile ~/.ssh/id_ed25519

Host crimson
    Hostname 144.24.148.230
    User icy
    SetEnv TERM=xterm
    IdentityFile ~/.ssh/id_ed25519

host lvm
    HostName 0.0.0.0
    User root
    port 10022

Host upcloud
    Hostname git.services.upcloud.com
    IdentityFile ~/.ssh/upcloud

# Host *
#   IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"