From f9e2d24550ad90d3f9420fc9da7bb66f18ebf8fa Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Oct 2021 10:09:55 +0200 Subject: [PATCH] docs: clarify when this can be connected to --- cli/server/new.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/server/new.go b/cli/server/new.go index 924b5516c..78eda8838 100644 --- a/cli/server/new.go +++ b/cli/server/new.go @@ -96,7 +96,8 @@ Remember, your "Host" value must be a valid publicly accessible domain name as Abra uses this domain to identity servers. If you specified "--ssh-auth password" then you may skip the IdentityFile stanza. -You can access this new VPS via SSH using the following command: +Once your SSH client is configured, you can access this new VPS via SSH using +the following command: ssh root@%s