| Summary: | On man page state clearly -o "option value" not just -o option | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Dan Jacobson <jidanni> |
| Component: | Documentation | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P5 | ||
| Version: | 7.6p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
Dan Jacobson
2017-12-05 12:27:53 AEDT
Today through trial and error I found that one can also use "=" instead of space as a separator. Please be sure this is documented clearly on the ssh(1) manpage. It is a lifesaver when one needs to do e.g., command="ssh -o ExitOnForwardFailure=yes -f m.example.org -L 10143:m.example.org:143 -N"; $command The description for -o says; Can be used to give options in the format used in the configuration file IMO this is sufficient, and synopsis isn't typically used for dissecting the format of arguments. closing resolved bugs as of 8.6p1 release |