Differences
This shows you the differences between the selected revisions of the page.
2023-10-06 | 2023-10-06 | ||
6.2 bug 2145: Support for OpenSSH certificates for host verification (martin) | 6.2 Support for HMAC-SHA-512 (martin) | ||
Line 13: | Line 13: | ||
* Host key algorithms: ssh-ed448, ssh-ed25519, ssh-ed25519-cert-v01@openssh.com //(latest beta version only)//, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, cdsa-sha2-nistp256-cert-v01@openssh.com //(beta)//, ecdsa-sha2-nistp384-cert-v01@openssh.com //(beta)//, ecdsa-sha2-nistp521-cert-v01@openssh.com //(beta)//, rsa-sha2-512, rsa-sha2-256, ssh-rsa, rsa-sha2-512-cert-v01@openssh.com //(beta)//, rsa-sha2-256-cert-v01@openssh.com //(beta)//, ssh-rsa-cert-v01@openssh.com //(beta)//, ssh-dss, ssh-dss-cert-v01@openssh.com //(beta)// &beta | * Host key algorithms: ssh-ed448, ssh-ed25519, ssh-ed25519-cert-v01@openssh.com //(latest beta version only)//, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, cdsa-sha2-nistp256-cert-v01@openssh.com //(beta)//, ecdsa-sha2-nistp384-cert-v01@openssh.com //(beta)//, ecdsa-sha2-nistp521-cert-v01@openssh.com //(beta)//, rsa-sha2-512, rsa-sha2-256, ssh-rsa, rsa-sha2-512-cert-v01@openssh.com //(beta)//, rsa-sha2-256-cert-v01@openssh.com //(beta)//, ssh-rsa-cert-v01@openssh.com //(beta)//, ssh-dss, ssh-dss-cert-v01@openssh.com //(beta)// &beta | ||
- | * Message authentication code (MAC) algorithms: hmac-sha2-256 (hmac-sha2-256-etm@openssh.com), hmac-sha1 (hmac-sha1-etm@openssh.com), hmac-sha1-96 (hmac-sha1-96-etm@openssh.com), hmac-md5 (hmac-md5-etm@openssh.com) | + | * Message authentication code (MAC) algorithms: hmac-sha2-256 (hmac-sha2-256-etm@openssh.com), hmac-sha2-512 (hmac-sha2-512-etm@openssh.com) //(latest beta version only)//, &beta hmac-sha1 (hmac-sha1-etm@openssh.com), hmac-sha1-96 (hmac-sha1-96-etm@openssh.com), hmac-md5 (hmac-md5-etm@openssh.com) |