[Bug 2653] Including files without read access in ssh configuration fails without error
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Jan 6 23:06:11 AEDT 2017
https://bugzilla.mindrot.org/show_bug.cgi?id=2653
Jakub Jelen <jjelen at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |REOPENED
--- Comment #3 from Jakub Jelen <jjelen at redhat.com> ---
This does not look right. Trying with the attached patch I am
experiencing weird behavior:
[root at f24 openssh]# ssh -vvv localhost
OpenSSH_7.4p1, OpenSSL 1.1.0c-fips 10 Nov 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug3: /etc/ssh/ssh_config line 56: Including file
/etc/ssh/ssh_config.d/01-test.conf depth 0
debug1: Reading configuration data /etc/ssh/ssh_config.d/01-test.conf
Can't open user config file /etc/ssh/ssh_config.d/01-test.conf: Success
This is happening only when the first included file does not include
any further files that would set errno to ENOENT. If all the parsing
went without any problem, the errno stays zero and the failure as above
prevents the execution.
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list