| Summary: | ssh-copy-id fails when there is a whitespace in the identity file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Gwenael Lambrouin <gwenael.lambrouin> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | djm, gwenael.lambrouin | ||||
| Priority: | P2 | ||||||
| Version: | 5.6p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1845 | ||||||
| Attachments: |
|
||||||
Patch applied, will be in OpenSSH 5.9p1. Thanks! close resolved bugs now that openssh-5.9 has been released |
Created attachment 1935 [details] patchfile which fixes ssh-copy-id problem with identity files containing whitespaces Under Cygwin, my home directory is "/cygdrive/c/Documents and Settings/me". When I type: ssh-copy-id -i ~/.ssh/id_dsa.pub somehost I get: cat: /cygdrive/c/Documents: Is a directory cat: and: No such file or directory cat: Settings/me/.ssh/id_dsa.pub: No such file or directory /usr/bin/ssh-copy-id: ERROR: No identities found Attached is a patch which fixes this issue.