| Summary: | ssh-add trips up due to missing key types | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | William Knox <wknox> |
| Component: | ssh-add | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | CC: | cagri |
| Priority: | P4 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | |||
|
Description
William Knox
2002-03-12 06:42:17 AEDT
Created attachment 38 [details]
Patch to fix described problem
OK, the patch I had didn't take into account the fact that if you specify a file on the command line, you would get no warning that the file didn't exist. Not a good idea. So, here is an updated patch that makes sure to only disregard default files, not ones you specify. Created attachment 39 [details]
Updated patch to only disregard errors finding default keys
*** Bug 166 has been marked as a duplicate of this bug. *** Created attachment 45 [details]
this patch just affects the 'default keys'
Created attachment 49 [details]
Previous patch is missing a semicolon
This patch works fine for me, and catches the additional error condition of not finding any default keys (looks like I got stuck enhancing my first pass at a patch instead of approaching it again). I'm using this one now. Thanks, Markus. applied patch. Mass change of RESOLVED bugs to CLOSED |