repos / dotfiles

my dotfiles

dotfiles / dot_ssh
Eric Bower  ·  2025-01-27

config

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