Mailing List Archive

[Bug 2924] Order a limited host keys list in client based on the known hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=2924

jatjasjem@gmail.com changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |jatjasjem@gmail.com

--- Comment #6 from jatjasjem@gmail.com ---
i might be hitting this issue, can someone confirm that this it the
same one or i might want to open another one?

if i run this on default configuration and accept the RSA key:

rm ~/.ssh/known_hosts
ssh user@localhost -oHostKeyAlgorithms=rsa-sha2-512

then this works:

ssh user@localhost

this also works:

ssh user@localhost -oHostKeyAlgorithms=rsa-sha2-512,ssh-ed25519

this doesn't work:

ssh user@localhost -oHostKeyAlgorithms=ssh-ed25519,rsa-sha2-512

now edit ssh_config, setting HostKeyAlgorithms to the *default* value
from man ssh_config. then this also doesn't work:

ssh user@localhost

this behavior is very unexpected and at the very least should be
mentioned in the manual?

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs