Fix <H3> markdown syntax
This commit is contained in:
parent
de4de6516b
commit
916d63f9be
1 changed files with 2 additions and 2 deletions
|
@ -52,14 +52,14 @@ TODO
|
||||||
|
|
||||||
Generate a ssh key for your git repo
|
Generate a ssh key for your git repo
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
###From the application###
|
### From the application
|
||||||
- Go to **settings** > **Generate SSH key pair**
|
- Go to **settings** > **Generate SSH key pair**
|
||||||
- Select the key size (length)
|
- Select the key size (length)
|
||||||
- Set the passphrase (optional) and a comment (optional)
|
- Set the passphrase (optional) and a comment (optional)
|
||||||
- Press **Generate**
|
- Press **Generate**
|
||||||
- Press **Copy** to copy the public key and add it to your ssh server
|
- 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
|
- Generate the private and public key
|
||||||
```
|
```
|
||||||
ssh-keygen -C droid_phone -b 2048 -t rsa -f /tmp/id_rsa_droid
|
ssh-keygen -C droid_phone -b 2048 -t rsa -f /tmp/id_rsa_droid
|
||||||
|
|
Loading…
Reference in a new issue