updated reseter source script

This commit is contained in:
naturallaw77 2023-06-07 11:17:22 -07:00
parent e29dd562da
commit 6d4fa3aca6

View File

@ -74,8 +74,7 @@ ssh-keygen -q -N "$PASSWDNEW" -t ed25519 -f /home/free/.ssh/sovranpro_login
if [[ $? -eq 1 ]]; then if [[ $? -eq 1 ]]; then
exit 1 exit 1
if
else
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
@ -89,8 +88,6 @@ if [[ $? -eq 1 ]]; then
fi fi
fi
ssh -i /home/free/.ssh/sovranpro_login root@${ID} 'sed -i -e "0,/ssh-ed25519.*/{ s::$(cat /home/free/.ssh/sovranpro_login.pub): }" /root/.ssh/authorized_keys' ssh -i /home/free/.ssh/sovranpro_login root@${ID} 'sed -i -e "0,/ssh-ed25519.*/{ s::$(cat /home/free/.ssh/sovranpro_login.pub): }" /root/.ssh/authorized_keys'