repos / dotfiles

my dotfiles

dotfiles / dot_ssh
Eric Bower  ·  2026-02-24

config

  1Host *
  2    ServerAliveInterval 60
  3    ServerAliveCountMax 3
  4    StrictHostKeyChecking no
  5    PubkeyAcceptedKeyTypes +ssh-rsa
  6    AddKeysToAgent yes
  7
  8Host localhost
  9    UserKnownHostsFile /dev/null
 10
 11Host kings
 12    HostName 192.168.88.109
 13    User erock
 14    IdentityFile ~/.ssh/id_ed25519
 15
 16Host mae
 17    HostName 192.168.88.86
 18    User ericbower
 19    IdentityFile ~/.ssh/id_ed25519
 20
 21Host rack
 22    HostName 10.2.20.49
 23    User erock
 24    IdentityFile ~/.ssh/id_ed25519
 25    IdentitiesOnly yes
 26
 27Host = d.*
 28    HostName 192.168.88.109
 29    User erock
 30    IdentityFile ~/.ssh/id_ed25519
 31
 32    RemoteCommand zmx attach %k
 33    RequestTTY yes
 34    ControlPath ~/.ssh/cm-%r@%h:%p
 35    ControlMaster auto
 36    ControlPersist 10m
 37
 38Host fox
 39    HostName 192.168.88.232
 40    User erock
 41    IdentityFile ~/.ssh/id_ed25519
 42
 43Host xor
 44    HostName 192.168.88.193
 45    User erock
 46    IdentityFile ~/.ssh/id_ed25519
 47
 48Host pr
 49    HostName pr.pico.sh
 50    User erock
 51    IdentityFile ~/.ssh/id_ed25519_master
 52    IdentitiesOnly yes
 53
 54Host git
 55    HostName 192.168.88.109
 56    User erock
 57    IdentityFile ~/.ssh/id_ed25519
 58
 59Host aur.archlinux.org
 60    User aur
 61    IdentityFile ~/.ssh/id_ed25519
 62
 63Host pico.sh
 64    HostName pico.sh
 65    IdentitiesOnly yes
 66    IdentityFile ~/.ssh/id_ed25519
 67    CertificateFile ~/.ssh/id_ed25519-cert.pub
 68
 69Host ppico
 70    HostName pico.sh
 71    IdentitiesOnly yes
 72    IdentityFile ~/.ssh/id_ed25519_pico
 73    CertificateFile ~/.ssh/id_ed25519_pico-cert.pub
 74
 75Host pipe pipe.pico.sh
 76    HostName pipe.pico.sh
 77    IdentitiesOnly yes
 78    IdentityFile ~/.ssh/id_ed25519
 79    CertificateFile ~/.ssh/id_ed25519-cert.pub
 80
 81Host ppipe
 82    HostName pipe.pico.sh
 83    IdentitiesOnly yes
 84    IdentityFile ~/.ssh/id_ed25519_pico
 85    CertificateFile ~/.ssh/id_ed25519_pico-cert.pub
 86
 87Host p.*
 88    HostName %h.sh
 89    IdentitiesOnly yes
 90    IdentityFile ~/.ssh/id_ed25519_pico
 91
 92Host pico.nue.0
 93    HostName netcup0.nue.pico.sh
 94    Port 650
 95    User root
 96    IdentityFile ~/.ssh/id_ed25519
 97
 98Host pico.ash.0
 99    HostName oracle0.ash.pico.sh
100    Port 650
101    User root
102    IdentityFile ~/.ssh/id_ed25519
103
104Host pico.ash.1
105    HostName oracle1.ash.pico.sh
106    Port 650
107    User root
108    IdentityFile ~/.ssh/id_ed25519
109
110Host pico.ash.2
111    HostName oracle2.ash.pico.sh
112    Port 650
113    User root
114    IdentityFile ~/.ssh/id_ed25519
115
116Host pico.ash.3
117    HostName oracle3.ash.pico.sh
118    Port 650
119    User root
120    IdentityFile ~/.ssh/id_ed25519
121
122Host tuns.sh
123    HostName tuns.sh
124    IdentityFile ~/.ssh/id_ed25519
125
126Host rsync
127    HostName de2098.rsync.net
128    User de2098
129    IdentityFile ~/.ssh/id_ed25519