nix-dev: should be stable now
parent
9f0023c4d6
commit
c9f22e24ad
|
@ -2,6 +2,10 @@ Host *
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host 10.111.103.*
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile /dev/null
|
||||||
|
|
||||||
# felia mirror on windows
|
# felia mirror on windows
|
||||||
Host felia-win
|
Host felia-win
|
||||||
HostName felia.coati-celsius.ts.net
|
HostName felia.coati-celsius.ts.net
|
||||||
|
@ -60,6 +64,20 @@ Host sr1
|
||||||
HostKeyAlgorithms=+ssh-dss,ssh-rsa
|
HostKeyAlgorithms=+ssh-dss,ssh-rsa
|
||||||
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
|
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
|
Host d1-30
|
||||||
HostName 10.111.103.60
|
HostName 10.111.103.60
|
||||||
User htran
|
User htran
|
||||||
|
@ -67,7 +85,7 @@ Host d1-30
|
||||||
|
|
||||||
Host dev0
|
Host dev0
|
||||||
HostName 10.100.200.230
|
HostName 10.100.200.230
|
||||||
User root
|
User htran
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
Host dev1
|
Host dev1
|
||||||
|
@ -107,3 +125,4 @@ Host gl-egi
|
||||||
Port 22
|
Port 22
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue