[PATCH 1/2] add missing algorithms to manpages
calestyo at scientia.net
calestyo at scientia.net
Sat Feb 21 14:52:19 AEDT 2015
From: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name>
• Add “rijndael-cbc at lysator.liu.se” to list of algorithms in the description of
the Cipher directive within sshd_config(5).
Partially fixes bug #2290.
• Add “hmac-ripemd160 at openssh.com” to list of algorithms in the description of
the MACs directive within sshd_config(5).
Partially fixes bug #2290.
Signed-off-by: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name>
---
sshd_config.5 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sshd_config.5 b/sshd_config.5
index 5cf72f1..8033c01 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -415,6 +415,8 @@ blowfish-cbc
cast128-cbc
.It
chacha20-poly1305 at openssh.com
+.It
+rijndael-cbc at lysator.liu.se
.El
.Pp
The default is:
@@ -877,6 +879,8 @@ hmac-sha2-256
.It
hmac-sha2-512
.It
+hmac-ripemd160 at openssh.com
+.It
umac-64 at openssh.com
.It
umac-128 at openssh.com
--
2.1.4
More information about the openssh-unix-dev
mailing list