d3a58bc dotfiles / dot_ssh / config
Eric Bower  ·  2026-05-06
  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.100.100.6 # 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 localhost
 70    IdentitiesOnly yes
 71    IdentityFile ~/.ssh/id_ed25519
 72    CertificateFile ~/.ssh/id_ed25519-cert.pub
 73
 74Host ppico
 75    HostName pico.sh
 76    IdentitiesOnly yes
 77    IdentityFile ~/.ssh/id_ed25519_pico
 78    CertificateFile ~/.ssh/id_ed25519_pico-cert.pub
 79
 80Host pipe pipe.pico.sh
 81    HostName pipe.pico.sh
 82    IdentitiesOnly yes
 83    IdentityFile ~/.ssh/id_ed25519
 84    CertificateFile ~/.ssh/id_ed25519-cert.pub
 85
 86Host ppipe
 87    HostName pipe.pico.sh
 88    IdentitiesOnly yes
 89    IdentityFile ~/.ssh/id_ed25519_pico
 90    CertificateFile ~/.ssh/id_ed25519_pico-cert.pub
 91
 92Host p.*
 93    HostName %h.sh
 94    IdentitiesOnly yes
 95    IdentityFile ~/.ssh/id_ed25519_pico
 96
 97Host pico.nue.0
 98    HostName netcup0.nue.pico.sh
 99    Port 650
100    User root
101    IdentityFile ~/.ssh/id_ed25519
102
103Host pico.ash.0
104    HostName oracle0.ash.pico.sh
105    Port 650
106    User root
107    IdentityFile ~/.ssh/id_ed25519
108
109Host pico.ash.1
110    HostName oracle1.ash.pico.sh
111    Port 650
112    User root
113    IdentityFile ~/.ssh/id_ed25519
114
115Host pico.ash.2
116    HostName oracle2.ash.pico.sh
117    Port 650
118    User root
119    IdentityFile ~/.ssh/id_ed25519
120
121Host pico.ash.3
122    HostName oracle3.ash.pico.sh
123    Port 650
124    User root
125    IdentityFile ~/.ssh/id_ed25519
126
127Host tuns.sh
128    HostName tuns.sh
129    IdentityFile ~/.ssh/id_ed25519
130
131Host rsync
132    HostName de2098.rsync.net
133    User de2098
134    IdentityFile ~/.ssh/id_ed25519