https://bugzilla.mindrot.org/show_bug.cgi?id=2283

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Darren Tucker <[email protected]> ---
What's your use case for this?

In the past I've done this kind of thing to avoid one layer of shell
quoting, but it only works for cases where you don't want the remote
end to read stdin:

$ ssh localhost /bin/sh <<EOD
> echo '"'
> EOD
"

vs

$ ssh localhost /bin/sh echo '"'
bash: -c: line 0: unexpected EOF while looking for matching `"'
bash: -c: line 1: syntax error: unexpected end of file

-- 
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to