diff options
| author | Raz <[email protected]> | 2018-08-30 21:58:52 +0200 |
|---|---|---|
| committer | Raz <[email protected]> | 2018-08-30 21:58:52 +0200 |
| commit | ee63dd71b8a6c779b75d5b6e5acfed70e3b5efa0 (patch) | |
| tree | 08c70011bda889b6c6fef33ebda68c78e6aca9f9 | |
| parent | daaf7cb2814499de0e04b0ed2e169347b4fa133f (diff) | |
Add mobile setup instructions
| -rw-r--r-- | README.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -29,4 +29,23 @@ pass otp Personal/reddit ---- ## Mobile Setup -TBD +[Install the pass app from the app store ](https://mssun.github.io/passforios/) + +Configure the app settings as follow: ++ General + * Remember PGP Key Passphrase (ON) + * Remember Git Credential Passphrase (ON) + * Show Folders (ON) + * 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: `2CF2EA87383917C2D8BF249E1281ACE247C81419` + * Copy the public and private (secret) keys to `gpg_key.pub`, `gpg_key` and sync it using iTunes. + * Import using iTunes File Sharing. |
