Bug 1822 - ssh-copy-id uses ${1%:} instead of "$@"
Summary: ssh-copy-id uses ${1%:} instead of "$@"
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Miscellaneous (show other bugs)
Version: 5.3p1
Hardware: All All
: P2 trivial
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks: 1980
  Show dependency treegraph
 
Reported: 2010-09-16 23:49 AEST by Коренберг Марк
Modified: 2013-03-22 12:02 AEDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Коренберг Марк 2010-09-16 23:49:50 AEST
ssh-copy-id uses ${1%:} instead of "$@"

so, this does not work: ssh-copy-id -oport=33 username@server
Comment 1 Damien Miller 2010-10-12 13:46:28 AEDT
ssh-copy-id does not support ssh(1) commandline options other than -i
Comment 2 Коренберг Марк 2010-10-12 14:40:10 AEDT
I understand, according to current documentation, -i is only supported option. why not to support other options ?, like -oport=33, -p33 or something else?
Comment 3 Damien Miller 2013-02-08 10:41:32 AEDT
This is fixed in the proposed ssh-copy-id rewrite in bug #1980
Comment 4 Damien Miller 2013-03-22 12:02:06 AEDT
mark bugs closed by openssh-6.2 release as CLOSED