repos / dotfiles

my dotfiles

dotfiles / dot_ssh
Eric Bower  ·  2025-09-02

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 fox
 12    HostName 192.168.88.232
 13    User erock
 14    IdentityFile ~/.ssh/id_ed25519
 15
 16Host kings
 17    HostName 192.168.88.132
 18    User erock
 19    IdentityFile ~/.ssh/id_ed25519
 20
 21Host dev
 22    HostName 192.168.88.226
 23    User erock
 24    IdentityFile ~/.ssh/id_ed25519
 25
 26Host = d.*
 27    HostName 192.168.88.226
 28    User erock
 29    IdentityFile ~/.ssh/id_ed25519
 30
 31    RemoteCommand shpool attach -f %k
 32    RequestTTY yes
 33
 34Host = f.*
 35    HostName 192.168.88.232
 36    User erock
 37    IdentityFile ~/.ssh/id_ed25519
 38
 39    RemoteCommand shpool attach -f %k
 40    RequestTTY yes
 41
 42Host kings.zt
 43    HostName 10.147.17.159
 44    User erock
 45    IdentityFile ~/.ssh/id_ed25519
 46
 47Host gpu
 48    HostName 192.168.88.224
 49    User erock
 50    IdentityFile ~/.ssh/id_ed25519
 51
 52Host xor
 53    HostName 192.168.88.193
 54    User erock
 55    IdentityFile ~/.ssh/id_ed25519
 56
 57Host cpu
 58    HostName 192.168.88.225
 59    User erock
 60    IdentityFile ~/.ssh/id_ed25519
 61
 62Host pr
 63    HostName pr.pico.sh
 64    User erock
 65    IdentityFile ~/.ssh/id_ed25519_master
 66    IdentitiesOnly yes
 67
 68Host git
 69    HostName 192.168.88.225
 70    User erock
 71    IdentityFile ~/.ssh/id_ed25519
 72
 73Host aur.archlinux.org
 74    User aur
 75    IdentityFile ~/.ssh/id_ed25519
 76
 77Host pico.sh
 78    HostName pico.sh
 79    IdentitiesOnly yes
 80    IdentityFile ~/.ssh/id_ed25519
 81
 82Host ppico
 83    HostName pico.sh
 84    IdentitiesOnly yes
 85    IdentityFile ~/.ssh/id_ed25519_pico
 86
 87Host pipe
 88    HostName pipe.pico.sh
 89    IdentitiesOnly yes
 90    IdentityFile ~/.ssh/id_ed25519
 91
 92Host ppipe
 93    HostName pipe.pico.sh
 94    IdentitiesOnly yes
 95    IdentityFile ~/.ssh/id_ed25519_pico
 96
 97Host p.*
 98    HostName %h.sh
 99    IdentitiesOnly yes
100    IdentityFile ~/.ssh/id_ed25519_pico
101
102Host pico.nue.0
103    HostName netcup0.nue.pico.sh
104    Port 650
105    User root
106    IdentityFile ~/.ssh.id_ed25519
107
108Host pico.ash.0
109    HostName oracle0.ash.pico.sh
110    Port 650
111    User root
112    IdentityFile ~/.ssh/id_ed25519
113
114Host pico.ash.1
115    HostName oracle1.ash.pico.sh
116    Port 650
117    User root
118    IdentityFile ~/.ssh/id_ed25519
119
120Host pico.ash.2
121    HostName oracle2.ash.pico.sh
122    Port 650
123    User root
124    IdentityFile ~/.ssh/id_ed25519
125
126Host pico.ash.3
127    HostName oracle3.ash.pico.sh
128    Port 650
129    User root
130    IdentityFile ~/.ssh/id_ed25519
131
132Host tuns.sh
133    HostName tuns.sh
134    IdentityFile ~/.ssh/id_ed25519
135
136Host rsync
137    HostName de2098.rsync.net
138    User de2098
139    IdentityFile ~/.ssh/id_ed25519