Displaying 1 result from an estimated 1 matches for "kaltsi".
Did you mean:
kalsi
2024 Nov 12
2
[Bug 3751] New: ssh fails to parse ProxyCommand option with a string that ends in a backslash
...in a backslash
Product: Portable OpenSSH
Version: 8.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: kaltsi+bug at gmail.com
This worked still in 8.6p1, but returns a failure in 8.7p1 and newer.
openssh-8.7p1$ ./ssh -o ProxyCommand="echo 'foo\\'"
command-line line 0: invalid quotes
If I rearrange the quotes, there is no failure:
openssh-8.7p1$ ./ssh -o ProxyCommand='echo "f...