#336 closed defect (fixed)
path to private key is stored as absolute
Reported by: | rainer@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 2.6 |
Component: | interface | Version: | 2.5.5 |
Severity: | normal | Keywords: | bookmarks public-key |
Cc: | Architecture: | ||
Platform: |
Description
My Mac OS X User account is a portable Home Directory, so I can sync my Home directory on our Server with the Home directory on my PowerBook. As the path to the private-key in Cyberduck-Bookmarks is stored as absolute path, each time I connect from the "Other" compter, I have to reselect the private key, because the absolute path to it has changed. Example :
On the Network : /private/Network/Servers/server.domain.ext/Volumes/RAID/Users/rainer/.ssh/id_rsa
On the PowerBook : /Users/rainer/.ssh/id_rsa
Couldn't it be saved as : ~/rainer/.ssh/id_rsa ?
For Example, after bookmarking a location on the PowerBook, returning to the office, syncing with the server and reconnecting from my desktop machine, Cyberduck shows the following Error Message "IO Error: /Users/rainer/.ssh/id_rsa (No such file or directory)". then I have to reselect the private key in the bookmark dialog.
Change History (2)
comment:1 Changed on Apr 14, 2006 at 1:17:33 PM by dkocher
- Status changed from new to assigned
comment:2 Changed on May 12, 2006 at 1:14:12 PM by dkocher
- Milestone set to 2.5.6
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with r2197.