search for: oconfigitem

Displaying 1 result from an estimated 1 matches for "oconfigitem".

Did you mean: config_item
2007 May 18
2
[Bug 1290] sshd dies if passed host key with relative path on command line
...- Created an attachment (id=1288) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1288) require absolute paths It is pretty easy to fix the specific case of the '-h' option not accepting relative paths, but fixing the more general problem of paths specified on the commandline using -oConfigItem=value or in configuration files is surprisingly tricky because of the way we pass the configuration between the original sshd instance and the re-executed child. Rather than writing a lot of code to fix this edge case, I think it is better that we just make the requirement to use absolute paths ex...