search for: known_host_rsa

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

2020 Oct 19
6
[Bug 3221] New: hostkey preference ordering is broken in some situations
...hms: 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-4ubuntu0.3 # No problems with OpenSSH 8.3p1 $ ssh -V OpenSSH_8.3p1 Debian-1, OpenSSL 1.1.1h 22 Sep 2020 $ ssh -o UserKn...