| Summary: | Add -P ssh option as alias for -p to set the port | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Dan MacDonald <allcoms> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm, dtucker |
| Priority: | P5 | ||
| Version: | 7.6p1 | ||
| Hardware: | Other | ||
| OS: | All | ||
|
Description
Dan MacDonald
2017-09-27 23:20:52 AEST
It is actually used in ssh although it's for a deprecated option: $ grep -C1 "'P'" ssh.c break; case 'P': /* deprecated */ options.use_privileged_port = 0; -oport=N works on both, though. closing resolved bugs as of 8.6p1 release |