| Summary: | ssh-copy-id should use the same default identity file as ssh | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | krumelmonster |
| Component: | ssh-copy-id | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | minor | CC: | phil |
| Priority: | P5 | ||
| Version: | 7.6p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
|
Description
krumelmonster
2017-10-15 12:20:33 AEDT
Sorry for ignoring this bug for so long. The current behaviour is useful, since one can, for example, create a .pub file containing the several keys you want installed, some from other machines such that the private keys are not available, and have them all be added despite it not being something that ssh would be able to use becuase it does not have matching private key files. Of course, now that ssh-copy-id attempts to login to test if keys are already installed, one now needs to specify -f to make it work with such a combined id file. Since you find this unhelpful, you just need to follow the advice in the man page: touch the file for the key that you want installed, and it will be chosen as the most recent. HTH Cheers, Phil. close bugs that were resolved in OpenSSH 8.5 release cycle |