From d0d1404768e52bebcb7d22ed252546be829e9135 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 18 May 2021 09:50:08 +0200 Subject: [PATCH] Parametrise these SSH docs --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76847ce..4ea750a 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,11 @@ You can add the following to your SSH configuration: ``` Host voicegardens.org Hostname voicegardens.org - User voicegardens + User Port 12345 - IdentityFile ~/.ssh/my-ssh-secret-key-file + IdentityFile ~/.ssh/ ``` -(Where you should replace "my-ssh-secret-key-file" with the real filename.) - Make sure you can SSH into the server. ```bash