[openssh-commits] [openssh] 01/03: upstream: catch up documentation: AES-GCM is preferred to AES-CTR
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 6 20:21:21 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 8252f346eb21cd6b30816f905b7d94f10962373e
Author: naddy at openbsd.org <naddy at openbsd.org>
AuthorDate: Thu Dec 5 22:45:03 2024 +0000
upstream: catch up documentation: AES-GCM is preferred to AES-CTR
OpenBSD-Commit-ID: 63360924b6834507fe70020edb936f5075043a9e
---
ssh_config.5 | 8 ++++----
sshd_config.5 | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index 2793a955..fed1a5ca 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.405 2024/10/25 21:53:24 naddy Exp $
-.Dd $Mdocdate: October 25 2024 $
+.\" $OpenBSD: ssh_config.5,v 1.406 2024/12/05 22:45:03 naddy Exp $
+.Dd $Mdocdate: December 5 2024 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -581,8 +581,8 @@ chacha20-poly1305 at openssh.com
The default is:
.Bd -literal -offset indent
chacha20-poly1305 at openssh.com,
-aes128-ctr,aes192-ctr,aes256-ctr,
-aes128-gcm at openssh.com,aes256-gcm at openssh.com
+aes128-gcm at openssh.com,aes256-gcm at openssh.com,
+aes128-ctr,aes192-ctr,aes256-ctr
.Ed
.Pp
The list of available ciphers may also be obtained using
diff --git a/sshd_config.5 b/sshd_config.5
index baca8f25..ab71970b 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.378 2024/10/25 21:53:24 naddy Exp $
-.Dd $Mdocdate: October 25 2024 $
+.\" $OpenBSD: sshd_config.5,v 1.379 2024/12/05 22:45:03 naddy Exp $
+.Dd $Mdocdate: December 5 2024 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -576,8 +576,8 @@ chacha20-poly1305 at openssh.com
The default is:
.Bd -literal -offset indent
chacha20-poly1305 at openssh.com,
-aes128-ctr,aes192-ctr,aes256-ctr,
-aes128-gcm at openssh.com,aes256-gcm at openssh.com
+aes128-gcm at openssh.com,aes256-gcm at openssh.com,
+aes128-ctr,aes192-ctr,aes256-ctr
.Ed
.Pp
The list of available ciphers may also be obtained using
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list