[Bug 2094] Executing commands via ssh on a remote host has different parameter passing properties
bugzilla-daemon at natsu.mindrot.org
bugzilla-daemon at natsu.mindrot.org
Thu Oct 24 10:43:30 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=2094
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |djm at mindrot.org
Resolution|--- |WONTFIX
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
This is a known limitation of the SSH protocol, and the rcp protocol
before that - dating back 30 years. It's simply too late to change it.
A better approach might be to define a protocol extension that allows
explicit argument passing, rather than just a single string command. We
don't have any plans to do this; the workaround of adding quoting to
the remote command is well-understood and easy to implement.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list