nix-dev: should be stable now

bare
Pegasust 2023-03-11 15:29:21 -08:00
parent 9f0023c4d6
commit c9f22e24ad
1 changed files with 20 additions and 1 deletions

View File

@ -2,6 +2,10 @@ Host *
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
Host 10.111.103.*
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
# felia mirror on windows
Host felia-win
HostName felia.coati-celsius.ts.net
@ -60,6 +64,20 @@ Host sr1
HostKeyAlgorithms=+ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
Host bgp1
HostName 10.111.100.113
User htran
Port 22
HostKeyAlgorithms=+ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
Host bgp2
HostName 10.111.100.114
User htran
Port 22
HostKeyAlgorithms=+ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
Host d1-30
HostName 10.111.103.60
User htran
@ -67,7 +85,7 @@ Host d1-30
Host dev0
HostName 10.100.200.230
User root
User htran
Port 22
Host dev1
@ -107,3 +125,4 @@ Host gl-egi
Port 22
IdentityFile ~/.ssh/id_ed25519