diff --git a/dot_ssh/config b/dot_ssh/config index 9dd5685..3166839 100644 --- a/dot_ssh/config +++ b/dot_ssh/config @@ -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 +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 HostName si-kvm-01.piskot.si Port 229