| Summary: | ssh-copy-id has options that could be added to MAN page | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Tom <tom> |
| Component: | Documentation | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | CC: | djm, dtucker |
| Priority: | P2 | ||
| Version: | 5.3p1 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Bug Depends on: | |||
| Bug Blocks: | 1980, 2076 | ||
|
Description
Tom
2009-11-01 12:02:59 AEDT
I'm not sure if that's a feature or an accident of the implementation. The only reason it works is that $1 is not quoted in this line:
{ eval "$GET_ID" ; } | ssh $1 [...]
I would have expected the canonical way to do this would be to put a port directive into your ~/.ssh/config, eg
Host server
Port 1234
retarget to openssh-6.3 Updated script/manpage committed for openssh-6.2 mark bugs closed by openssh-6.2 release as CLOSED |