-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It would be a really useful feature to be able to use password protected ssh keys for authentication.
For a quick implementation, the existing password field could be used for storing the keys password.
On the long term, an option to not store the password would be ideal. In this case there could be a prompt for unlocking the key (asking for the password) which would then remain unlocked for a specified timeout maybe:
- User attempts to access sftp share
- FileManagerUtils prompts for the ssh key password
- Password gets cached, files can be accessed (no further password prompt)
- e.g. 5 minutes pass without an access or write operation to the share
- password is removed from the cache
- User attempts to access sftp share again
- FileManagerUtils prompts for the password again
Metadata
Metadata
Assignees
Labels
No labels