search for: known_host_ed25519

Displaying 1 result from an estimated 1 matches for "known_host_ed25519".

2020 Oct 19
6
[Bug 3221] New: hostkey preference ordering is broken in some situations
...ECDSA, ED25519, RSA # here is the server's host key advertisement from the debug output: debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519,ssh-ed25519-cert-v01 at openssh.com # get all the host keys $ ssh-keyscan -t ssh-ed25519 10.201.18.12 > known_host_ed25519 # 10.201.18.12:22 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 $ ssh-keyscan -t ssh-rsa 10.201.18.12 > known_host_rsa # 10.201.18.12:22 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 $ ssh-keyscan -t ecdsa-sha2-nistp256 10.201.18.12 > known_host_ecdsa # 10.201.18.12:22 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubunt...