Ticket #149 (closed enhancement: outdated)
Opened 7 years ago
Last modified 13 months ago
Add libssh2_userauth_publickey from memory
| Reported by: | chaac | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | API | Version: | |
| Keywords: | Cc: | chaac | |
| Blocked By: | Blocks: |
Description
If I would like to store public/private keys in other medium
than file, I couldn't do it currently.
Could you add function to load keys from memory
instead requiring use of files.
Change History
comment:1 Changed 2 years ago by stuge
- Component set to API
comment:2 Changed 13 months ago by mts
- Resolution set to outdated
- Status changed from new to closed
Looks like this is available as libssh2_userauth_publickey()
Note: See
TracTickets for help on using
tickets.

Maybe the SSH agent support can be used to do it? Please check.
If not, I think this is an interesting idea and I would welcome a patch that implements it.