| Summary: | ssh tries multiple times to open unprotected keys | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Chris Pepper <pepper> | ||||
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | major | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1155 | ||||||
| Attachments: |
|
||||||
|
Description
Chris Pepper
2006-04-25 14:27:55 AEST
I think you will find that they key *is* ignored. Try typing you passphrase when prompted - I bet it doesn't get you any further. That's good for the security aspect, although in this situation the passphrase entry should probably be avoided too (since something strange must've happened to change the pubkey's permissions). But it's not good to prompt the user (three times) for a passphrase which won't be used either. Created attachment 1125 [details]
Prevent retrying keys with bad permissions
This patch prevents the retry attempts, similar to an earlier change in ssh-add.
Comment on attachment 1125 [details]
Prevent retrying keys with bad permissions
looks ok to me
Applied, thanks. Thank you! Mail sent to Apple, nudging them to update from 3.8.1p1. With the release of 4.4, we believe that this bug is now closed. For information about the release please see http://www.openssh.com/txt/release-4.4 . |