search for: cd91c96a

Displaying 1 result from an estimated 1 matches for "cd91c96a".

2012 Nov 07
1
ssh-copy-id usability improvement
Hi, I had trouble recently with using the ssh-copy-id -i switch (in portable OpenSSH?s contrib/), where it told me that ?no identities found?, while I the file existed and contained a valid public key text line. The problem was, that the file was named something.key in stead of something.pub, and the script tried to read the non-existent something.key.pub. The two small patches below fix that,