decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
2 additions and
4 deletions
-
README.md
|
@ -35,13 +35,11 @@ You can add the following to your SSH configuration: |
|
|
``` |
|
|
``` |
|
|
Host voicegardens.org |
|
|
Host voicegardens.org |
|
|
Hostname voicegardens.org |
|
|
Hostname voicegardens.org |
|
|
User voicegardens |
|
|
User <username> |
|
|
Port 12345 |
|
|
Port 12345 |
|
|
IdentityFile ~/.ssh/my-ssh-secret-key-file |
|
|
IdentityFile ~/.ssh/<ssh-private-key-part> |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
(Where you should replace "my-ssh-secret-key-file" with the real filename.) |
|
|
|
|
|
|
|
|
|
|
|
Make sure you can SSH into the server. |
|
|
Make sure you can SSH into the server. |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|