Bug 2968

Summary: ssh -Q key not listing rsa-sha2-256 and rsa-sha2-512
Product: Portable OpenSSH Reporter: Jakub Jelen <jjelen>
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED WORKSFORME    
Severity: enhancement CC: djm
Priority: P5    
Version: 7.9p1   
Hardware: Other   
OS: Linux   

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