Bug 2968 - ssh -Q key not listing rsa-sha2-256 and rsa-sha2-512
Summary: ssh -Q key not listing rsa-sha2-256 and rsa-sha2-512
Status: CLOSED WORKSFORME
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh (show other bugs)
Version: 7.9p1
Hardware: Other Linux
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-12 01:27 AEDT by Jakub Jelen
Modified: 2021-04-23 14:56 AEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Jelen 2019-02-12 01:27:46 AEDT
Description of problem:

"ssh -Q key" command is not listing 
rsa-sha2-256 and rsa-sha2-512

# ssh -Q key
ssh-ed25519
ssh-ed25519-cert-v01@openssh.com
ssh-rsa
ssh-dss
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
ssh-rsa-cert-v01@openssh.com
ssh-dss-cert-v01@openssh.com
ecdsa-sha2-nistp256-cert-v01@openssh.com
ecdsa-sha2-nistp384-cert-v01@openssh.com
ecdsa-sha2-nistp521-cert-v01@openssh.com

If we introduce them in the man pages, even if they are part of extension I guess they also should be listed from command line with "ssh -Q key"

https://bugzilla.redhat.com/show_bug.cgi?id=1459215
Comment 1 Damien Miller 2019-02-12 09:06:39 AEDT
This is intentional. Those aren't key types but signature algorithms and may be listed using "ssh -Q sig"
Comment 2 Damien Miller 2021-04-23 14:56:29 AEST
closing resolved bugs as of 8.6p1 release