summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohamed Zenadi <zeapo@users.noreply.github.com>2015-07-19 14:26:09 +0200
committerMohamed Zenadi <zeapo@users.noreply.github.com>2015-07-19 14:26:09 +0200
commitc49c2cd5ab6d358151ddfd2a09c871ecdf1fd49e (patch)
tree815aa15c77b670c57d0a7ecd288b6763253c32f2 /README.md
parentd2b48099fa2f99c79db8384ecd99eaa07cf4b4d9 (diff)
update readme with the newly added ssh key gen
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1af0bf7..93afe62e 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,6 @@ TODO
=====
- Implement a keyboard to replace the copy/paste and avoid clipboard hijicking (see [#50](https://github.com/zeapo/Android-Password-Store/issues/50))
- Create a new category
-- Multi-select (for password deletion)
- Multiple password stores (multiple git repositories).
- Solve issues labeld as *enhancement* (see [enhancement issues](https://github.com/zeapo/Android-Password-Store/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement))
@@ -57,6 +56,14 @@ How-To
Generate a ssh key for your git repo
--------------------------------------------
+###From the application###
+- Go to **settings** > **Generate SSH key pair**
+- Select the key size (length)
+- Set the passphrase (optional) and a comment (optional)
+- Press **Generate**
+- Press **Copy** to copy the public key and add it to your ssh server
+
+###From a terminal###
- Generate the private and public key
```
ssh-keygen -C droid_phone -b 2048 -t rsa -f /tmp/id_rsa_droid