Bug 1822

Summary: ssh-copy-id uses ${1%:} instead of "$@"
Product: Portable OpenSSH Reporter: Коренберг Марк <socketpair>
Component: MiscellaneousAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: trivial CC: djm
Priority: P2    
Version: 5.3p1   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1980    

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