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
This is intentional. Those aren't key types but signature algorithms and may be listed using "ssh -Q sig"
closing resolved bugs as of 8.6p1 release