From b2353b434991737048ba12ba5c83e3470d62a176 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Wed, 1 Nov 2023 15:01:09 +0100 Subject: [PATCH] cammit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index fa0177b..1cfdfcb 100644 --- a/install.sh +++ b/install.sh @@ -2,6 +2,7 @@ if [ ! -f /root/.ssh/id_rsa.pub ] then echo no ssh key, generate: rsa without password exit 1 fi + echo echo Add the following key to your remote sftp: cat /root/.ssh/id_rsa.pub