Ticket #3984 defect closed fixed
twisted.conch.checkers.SSHPublicKeyDatabase can't find user's private key
| Reported by: | esteve | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | conch | Keywords: | |
| Cc: | bs1984@… | Branch: | branches/key-database-3984 |
| Author: | bshi | Launchpad Bug: |
Description
User's private key can't be found because SSHPublicKeyDatabase#checkKey doesn't expand user's home directory properly. Adding a print statement or a call to log.msg shows that, when user foo tries SSH to a Conch service, SSHPublicKeyDatabase looks for its private key in /home/foo/foo/.ssh
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

