aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/PROTOCOL.certkeys
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSH: Update to 10.0p2Ed Maste2025-08-261-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full release notes are available at https://www.openssh.com/txt/release-10.0 Selected highlights from the release notes: Potentially-incompatible changes - This release removes support for the weak DSA signature algorithm. [This change was previously merged to FreeBSD main.] - This release has the version number 10.0 and announces itself as "SSH-2.0-OpenSSH_10.0". Software that naively matches versions using patterns like "OpenSSH_1*" may be confused by this. - sshd(8): this release removes the code responsible for the user authentication phase of the protocol from the per-connection sshd-session binary to a new sshd-auth binary. Security - sshd(8): fix the DisableForwarding directive, which was failing to disable X11 forwarding and agent forwarding as documented. [This change was previously merged to FreeBSD main.] New features - ssh(1): the hybrid post-quantum algorithm mlkem768x25519-sha256 is now used by default for key agreement. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D51630
* openssh: update to OpenSSH v8.7p1Ed Maste2021-09-081-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some notable changes, from upstream's release notes: - sshd(8): Remove support for obsolete "host/port" syntax. - ssh(1): When prompting whether to record a new host key, accept the key fingerprint as a synonym for "yes". - ssh-keygen(1): when acting as a CA and signing certificates with an RSA key, default to using the rsa-sha2-512 signature algorithm. - ssh(1), sshd(8), ssh-keygen(1): this release removes the "ssh-rsa" (RSA/SHA1) algorithm from those accepted for certificate signatures. - ssh-sk-helper(8): this is a new binary. It is used by the FIDO/U2F support to provide address-space isolation for token middleware libraries (including the internal one). - ssh(1): this release enables UpdateHostkeys by default subject to some conservative preconditions. - scp(1): this release changes the behaviour of remote to remote copies (e.g. "scp host-a:/path host-b:") to transfer through the local host by default. - scp(1): experimental support for transfers using the SFTP protocol as a replacement for the venerable SCP/RCP protocol that it has traditionally used. Additional integration work is needed to support FIDO/U2F in the base system. Deprecation Notice ------------------ OpenSSH will disable the ssh-rsa signature scheme by default in the next release. Reviewed by: imp MFC after: 1 month Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29985
* Upgrade to OpenSSH 7.8p1.Dag-Erling Smørgrav2018-09-101-5/+17
| | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=338561
* Upgrade to OpenSSH 7.7p1.Dag-Erling Smørgrav2018-05-111-4/+4
| | | | Notes: svn path=/head/; revision=333490
* Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.Dag-Erling Smørgrav2018-05-081-7/+14
| | | | | | | | | This completely removes client-side support for the SSH 1 protocol, which was already disabled in 12 but is still enabled in 11. For that reason, we will not be able to merge 7.6p1 or newer back to 11. Notes: svn path=/head/; revision=333389
* Upgrade to OpenSSH 7.3p1.Dag-Erling Smørgrav2017-03-021-10/+32
| | | | Notes: svn path=/head/; revision=314527
* Upgrade OpenSSH to 6.1p1.Dag-Erling Smørgrav2012-09-031-3/+12
| | | | Notes: svn path=/head/; revision=240075
* Upgrade to OpenSSH 5.8p2.Dag-Erling Smørgrav2011-05-041-29/+60
| | | | Notes: svn path=/head/; revision=221420
* Upgrade to OpenSSH 5.6p1.Dag-Erling Smørgrav2010-11-111-37/+69
| | | | Notes: svn path=/head/; revision=215116
* Upgrade to OpenSSH 5.4p1.Dag-Erling Smørgrav2010-03-091-0/+193
MFC after: 1 month Notes: svn path=/head/; revision=204917