This commit is contained in:
Minecon724 2023-11-05 18:02:40 +01:00
parent 5648cf2f7d
commit 35b52a310d

View file

@ -5,7 +5,7 @@ fi
if [ ! -f /root/.ssh/id_rsa.pub ]; then if [ ! -f /root/.ssh/id_rsa.pub ]; then
echo no ssh key, generate: rsa without password echo no ssh key, generate: rsa without password
exit 1 ssh-keygen
fi fi
echo echo