-
-
Notifications
You must be signed in to change notification settings - Fork 300
Frequently Asked Questions
SSH keys are usually created with permissions set to 600
, meaning that only the creator of this key has the right to read from it. The application needs a read access, at least
temporarily, make the permissions to 644
, import the key, then set them back to 600
.
In OpenKeyChain (under the left drawer) Apps > Password Store > Accounts > (select the account) > Account key select the key used to encrypt your passwords.
Be sure to disable battery optimisation for OpenKeychain in your device's settings and make sure there is no task killer running.
Every password in your repository is stored in an encrypted fashion and is secure as long as your GPG key's secret part is safe.
Any app that provides the ability to sync folders from your device storage or SD card to the cloud can be paired with Password Store to make it happen. Syncthing is popular among Password Store users for this purpose. Once you have the passwords in a directory on your device, choose the "Use local directory" option during first run and use the "SD-Card" option to navigate to and select your passwords directory.
If you have 2 factor authentication enabled, your password is not sufficient anymore to authenticate to your repositories. You will need to generate a Personal Access Token and use that as a password in the app. Instructions for that can be found here