https://bugzilla.mindrot.org/show_bug.cgi?id=2924
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from [email protected] --- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
