[Bug 2455] Regression tests tweaks: keyscan and hostkey_rotation
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Sep 4 17:15:28 AEST 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2455
--- Comment #2 from Jakub Jelen <jjelen at redhat.com> ---
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.
More information about the openssh-bugs
mailing list