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