| Summary: | documentation of options defaulting to "none" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Christoph Anton Mitterer <calestyo> | ||||
| Component: | Documentation | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | trivial | CC: | djm, dtucker, jjelen | ||||
| Priority: | P5 | ||||||
| Version: | 6.7p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2360 | ||||||
| Attachments: |
|
||||||
|
Description
Christoph Anton Mitterer
2014-10-10 13:02:54 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 oops, wrong bug OpenSSH 6.8 is approaching release and closed for major work. Retarget these bugs for the next release. Retarget to 6.9 Created attachment 2564 [details] make config parser more consistent Tested option Banner with current upstream and it works fine now. FYI: Fixed in https://anongit.mindrot.org/openssh.git/commit/?id=161cf419f412446635013ac49e8c660cadc36080 AuthorizedPrincipalsFile option is fixed in different way in this commit (which is fur sure not so elegant as the previous one and it would be really nice to have it more consistent): https://anongit.mindrot.org/openssh.git/commit/?id=9fed161e67b23977a1070419b356084295422f0c If you want to have it in more elegant way, there is attached patch. Otherwise you can close this issue as resolved. Comment on attachment 2564 [details]
make config parser more consistent
looks ok to me
patch applied, will be in openssh-6.9 Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 Hey. I just tried to verify this, and it seems there are still options left which can have a special value of "none" but for which this isn't documented (at least as of 6.9): - HostKey - HostCertificate and as already mentioned before: - AuthorizedKeysCommand Since this is marked as fixed in 6.9, I'm reopening it. Cheers, Chris. And one more where there is "none" but nothing mentioned in the docs: - AuthorizedPrincipalsCommand And another one, but this time in ssh_config: - RevokedHostKeys I don't think we need to chase this further. Well, it's your project, so decide as it pleases you... :-) But I still think its a bad idea to not document specially handled option values (i.e. "none") where otherwise a free form string could be used. It may be unlikely but people could in principle use and AuthorizedKeysCommand called "none" which would, AFIAU, *not* be called unlike the documentation would suggest (by not mentioning "none" is special. Same goes for the other commands I've found earlier (though I haven't checked the current code, whether this is still the case). Cheers, Chris. close bugs that were resolved in OpenSSH 8.5 release cycle |