revise ssh to pqc safe algos
This commit is contained in:
+14
-7
@@ -1,12 +1,19 @@
|
|||||||
KexAlgorithms +diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
|
|
||||||
|
|
||||||
|
|
||||||
HostKeyAlgorithms +ssh-rsa
|
|
||||||
Ciphers +3des-cbc
|
|
||||||
|
|
||||||
|
|
||||||
CanonicalizeHostname yes
|
CanonicalizeHostname yes
|
||||||
|
|
||||||
|
Host 192.168.64.6
|
||||||
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
|
|
||||||
|
|
||||||
|
Host 192.168.64.7
|
||||||
|
KexAlgorithms +diffie-hellman-group14-sha1
|
||||||
|
HostKeyAlgorithms +ssh-rsa
|
||||||
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
|
|
||||||
|
Host ocis ocis.xenya.net
|
||||||
|
HostName ocis.xenya.net
|
||||||
|
Port 22
|
||||||
|
User krisadmin
|
||||||
|
|
||||||
Host pkvm si-kvm-01.piskot.si
|
Host pkvm si-kvm-01.piskot.si
|
||||||
HostName si-kvm-01.piskot.si
|
HostName si-kvm-01.piskot.si
|
||||||
Port 229
|
Port 229
|
||||||
|
|||||||
Reference in New Issue
Block a user