bugzilla-daemon at mindrot.org
2003-Apr-02 05:01 UTC
[Bug 528] ProxyCommand none is sensitive to extra whitespace
http://bugzilla.mindrot.org/show_bug.cgi?id=528 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ProxyCommand none breaks ssh|ProxyCommand none is | |sensitive to extra | |whitespace ------- Additional Comments From mouring at eviladmin.org 2003-04-02 15:01 ------- $ ssh '-oProxyCommand none ' localhost /bin/sh: none: not found ssh_exchange_identification: Connection closed by remote host $ ssh '-oProxyCommand none' localhost Enter passphrase for key '/home/mouring/.ssh/id_rsa': none works as suggested, but it sensitive to extra whitespaces. (summary clarified) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Apr-02 18:43 UTC
[Bug 528] ProxyCommand none is sensitive to extra whitespace
http://bugzilla.mindrot.org/show_bug.cgi?id=528 ------- Additional Comments From arjones at simultan.dyndns.org 2003-04-03 04:43 ------- I'll just add one more comment. As i said, i included the command in ssh_config (the global one), and it did not have any extra space. The patch i included works (that is to say, i haven't run into any problems), and there was no extra space in the string comparison i wrote. I think that means that the option is being imported from the configuration file properly, and that something besides extra white space is at fault. Could these be two different bugs? I'll let You guys sort it out now, since i obviously don't know much about the OpenSSH code. :) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Apr-02 21:46 UTC
[Bug 528] ProxyCommand none is sensitive to extra whitespace
http://bugzilla.mindrot.org/show_bug.cgi?id=528 ------- Additional Comments From markus at openbsd.org 2003-04-03 07:46 ------- Created an attachment (id=268) --> (http://bugzilla.mindrot.org/attachment.cgi?id=268&action=view) fix trailing newlines are not stripped.... ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Apr-09 11:53 UTC
[Bug 528] ProxyCommand none is sensitive to extra whitespace
http://bugzilla.mindrot.org/show_bug.cgi?id=528 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From djm at mindrot.org 2003-04-09 21:53 ------- Slightly different fix applied ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.