... | ... | @@ -326,12 +326,14 @@ Open a Terminal session on your computer and type the following command: |
|
|
OR
|
|
|
`ssh-keygen`
|
|
|
|
|
|
```
|
|
|
Enter file in which to save the key (/home/{YOUR_ID}/.ssh/id_rsa):
|
|
|
Created directory ‘/home/{YOUR_ID}/.ssh’.
|
|
|
Enter passphrase (empty for no passphrase):
|
|
|
Enter same passphrase again:
|
|
|
Your identification has been saved in /home/{YOUR_ID}/.ssh/id_rsa.
|
|
|
Your public key has been saved in /home/{YOUR_ID}/.ssh/id_rsa.pub.
|
|
|
```
|
|
|
|
|
|
On computer, copy the contents of the id_rsa.pub key onto the Librem 5. The following command will log into your Librem 5, and configure the keys to grant access via the authorized_keys file.
|
|
|
|
... | ... | |