This commit is contained in:
Minecon724 2023-11-01 15:01:09 +01:00
parent 8912b49e92
commit b2353b4349
1 changed files with 1 additions and 0 deletions

View File

@ -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