beautifulcode / ssh-copy-id-for-OSX

Quick Mac OSX port of the useful unix utility ssh-copy-id
887 stars 108 forks source link

Doesn't support -p argument #4

Closed igorescobar closed 11 years ago

igorescobar commented 11 years ago

Hi @beautifulcode Nice tool! There is only one issue for me. Your script doesn't support -p argument to connect to a different port than 22.

Thanks!

beautifulcode commented 11 years ago

Hi there. You may be able to pass it in a quoted command along with your user & host. See: http://it-ride.blogspot.com/2009/11/use-ssh-copy-id-on-different-port.html

igorescobar commented 11 years ago

Thx!