calestyo at scientia.net
2015-Feb-21 03:52 UTC
[PATCH 1/2] add missing algorithms to manpages
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
calestyo at scientia.net
2015-Feb-21 03:52 UTC
[PATCH 2/2] mention the other argument of ssh -Q
From: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name> --- sshd_config.5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sshd_config.5 b/sshd_config.5 index 8033c01..dd8f46f 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -430,8 +430,10 @@ The list of available ciphers may also be obtained using the .Fl Q option of .Xr ssh 1 -with an argument of -.Dq cipher . +with an argument of either +.Dq cipher +or +.Dq cipher-auth . .It Cm ClientAliveCountMax Sets the number of client alive messages (see below) which may be sent without -- 2.1.4