Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
@@ -326,12 +326,14 @@ Open a Terminal session on your computer and type the following command:
...
@@ -326,12 +326,14 @@ Open a Terminal session on your computer and type the following command:
OR
OR
`ssh-keygen`
`ssh-keygen`
```
Enter file in which to save the key (/home/{YOUR_ID}/.ssh/id_rsa):
Enter file in which to save the key (/home/{YOUR_ID}/.ssh/id_rsa):
Created directory ‘/home/{YOUR_ID}/.ssh’.
Created directory ‘/home/{YOUR_ID}/.ssh’.
Enter passphrase (empty for no passphrase):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Enter same passphrase again:
Your identification has been saved in /home/{YOUR_ID}/.ssh/id_rsa.
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.
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.
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.