diff options
author | Fabrice Laporte <kraymer+github@gmail.com> | 2017-11-25 21:37:29 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-11-25 23:50:05 +0100 |
commit | 916d63f9bec5d624350b62a1d0eaec677a6b214f (patch) | |
tree | 6efad05f3ea14039412906b9f22d81bdcb8142cb | |
parent | de4de6516b10dfc246cb3598d32fa8b14f56a7c9 (diff) |
Fix <H3> markdown syntax
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,14 +52,14 @@ TODO Generate a ssh key for your git repo -------------------------------------------- -###From the application### +### 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### +### From a terminal - Generate the private and public key ``` ssh-keygen -C droid_phone -b 2048 -t rsa -f /tmp/id_rsa_droid |