Call for testing: OpenSSH 8.2
Damien Miller
djm at mindrot.org
Thu Feb 6 13:23:00 AEDT 2020
On Wed, 5 Feb 2020, Phil Pennock wrote:
> On 2020-02-06 at 10:29 +1100, Damien Miller wrote:
> > OpenSSH 8.2p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a feature release.
>
> > * The RFC8332 RSA SHA-2 signature algorithms rsa-sha2-256/512. These
>
> Confirmed with building openssh-SNAP-20200206.tar.gz in an alpine 3.11.2
> release that there's something a bit strange going on.
>
> ssh_config(5) describes for `HostKeyAlgorithms` that:
> } The list of available key types may also be obtained using "ssh -Q key"
>
> Running `ssh -Q key`, the output does not include these proposed
> replacements.
That's a bug in the email :) The correct command is "ssh -Q sig":
$ ssh -Q sig
ssh-ed25519
sk-ssh-ed25519 at openssh.com
ssh-rsa
rsa-sha2-256
rsa-sha2-512
ssh-dss
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
sk-ecdsa-sha2-nistp256 at openssh.com
More information about the openssh-unix-dev
mailing list