Displaying 1 result from an estimated 1 matches for "fromberger".
Did you mean:
promberger
2009 May 07
13
[Bug 1596] New: Option parser does not permit a double-quote character to occur in option values
...OpenSSH
Version: 5.2p1
Platform: All
OS/Version: All
Status: NEW
Keywords: low-hanging-fruit
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: michael.j.fromberger at gmail.com
There is no apparent way to give the ssh command line tool an option
value, either on the command line or in the ssh_config file, which
includes a double-quote (") character (ASCII 34). Neither doubling the
quotation mark nor escaping it with a backslash seem to work. The
manu...