diff options
| author | a14m <[email protected]> | 2021-03-27 18:10:18 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-03-27 18:10:18 +0100 |
| commit | 97119b4fb27ee29f8f66db26c3248f1c5c66bb32 (patch) | |
| tree | b3b0e0a54e5c8a35eefdf33303d97df48addaba9 | |
| parent | 5159137247fa7bac768cfa6d6566dda4f293f3b2 (diff) | |
Update README
| -rw-r--r-- | README.md | 25 |
1 files changed, 6 insertions, 19 deletions
@@ -10,16 +10,8 @@ sudo apt-get install pass sudo apt install pass-extension-otp # Password Store -git clone https://gitlab.com/a14m/dotpassword.git ~/.password-store - -username: a14m -password: yQUE94npCAwwawwdmmUV - -cd ~/.password-store -git remote remove origin -git remote add origin [email protected]:a14m/dotpassword.git +git clone [email protected]:a14m/.pass ~/.password-store ``` -password created at [gitlab](https://gitlab.com/profile/personal_access_tokens) with `read_repository` permissions ### Usage @@ -41,13 +33,8 @@ Configure the app settings as follow: * Hide OTP Fields (ON) + Pssword Repository - * Setup SSH Key - - Copy `gitlab` ssh key to `ssh_key` and sync it using iTunes. - * Git URL: `ssh://[email protected]/a14m/dotpassword.git` - * Username: `git` - * Authentication Method: SSH Key (iTunes File Sharing). - -+ PGP Key - * KeyID used: `82D34927676E5DE44670008DE0EECA431558644C` - * Copy the public and private (secret) keys to `gpg_key.pub`, `gpg_key` and sync it using iTunes. - * Import using iTunes File Sharing. + * Git URL: `https://github.com/a14m/.pass.git` + * Username: `a14m` + * Authentication Method: password + * Generate a token at https://github.com/settings/tokens + * Paste the token into the mobile app |
