https://bugzilla.mindrot.org/show_bug.cgi?id=2455
--- Comment #2 from Jakub Jelen <[email protected]> --- Yay. Sorry for mistake. I am working on more things at once again. But the first part in regress/hostkey-rotate.sh was understood well, the second part was not included in the patch, because I am not sure what is correct solution: Current version: > KEYTYPES="rsa dsa" > if ssh_version 1; then > KEYTYPES="${KEYTYPES} rsa1" > fi Documentation notes this list should work: > (“dsa”, “ecdsa”, “ed25519”, “rsa”) But it works well also for all the results from `ssh -Q key-plain`, as can be found in other test cases: > KEYTYPES=`ssh -Q key-plain` Anyway, the key-plain argument is missing in manual page for ssh so it would be great to add it. -- 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
