Bug 2290 - documentation of algorithms
Summary: documentation of algorithms
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 6.7p1
Hardware: All All
: P5 normal
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks: V_6_8
  Show dependency treegraph
 
Reported: 2014-10-10 13:41 AEDT by Christoph Anton Mitterer
Modified: 2015-03-18 18:16 AEDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Anton Mitterer 2014-10-10 13:41:23 AEDT
Hi.

1) in sshd_config(5):
"rijndael-cbc@lysator.liu.se" seems to be missing from the list of supported algos for the Ciphers directive.

"hmac-ripemd160@openssh.com" for the MACs directive.
(If that's a synonym to hmac-ripemd160 it should probably be documented as well.)


2) in sshd_config(5):
The Ciphers directive contains the text:
> The list of available ciphers may also be obtained using the -Q
> option of ssh(1).

a) I guess this should perhaps be changed to:
“-Q cipher” respectively “-Q cipher-auth”

b) The directives KexAlgorithms and MACs, which correspond to Ciphers, and for which there is also a respective -Q option, completely miss that part and it should be given as well.
The same should probably be done for the directive HostKeyAlgorithms in ssh_config(5).


Cheers,
Chris.
Comment 1 Christoph Anton Mitterer 2014-10-10 15:00:12 AEDT
Partially fixed in https://github.com/openssh/openssh-portable/pull/5

The:
>(If that's a synonym to hmac-ripemd160
>it should probably be documented as well.)
is still open, though.
Comment 2 Damien Miller 2014-12-22 20:07:11 AEDT
fixed; will be in openssh-6.8

commit 8f6784f0cb56dc4fd00af3e81a10050a5785228d
Author: djm@openbsd.org <djm@openbsd.org>
Date:   Mon Dec 22 09:05:17 2014 +0000

    upstream commit
    
    mention ssh -Q feature to list supported { MAC, cipher,
     KEX, key } algorithms in more places and include the query string used to
     list the relevant information; bz#2288
Comment 3 Damien Miller 2015-03-18 18:16:52 AEDT
openssh-6.8 is released