2023-06-05 21:39:47 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -o nounset
|
|
|
|
|
2023-06-17 13:26:42 -07:00
|
|
|
ID=$(curl ifconfig.me)
|
2023-06-06 22:22:20 -07:00
|
|
|
|
2023-06-17 13:26:42 -07:00
|
|
|
SCRIPT=$(curl "https://https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter%20Source%20Files/Master_Passwords_Reset_Root.sh")
|
2023-06-17 11:46:06 -07:00
|
|
|
|
2023-06-17 13:34:30 -07:00
|
|
|
ssh -i /home/free/.ssh/factory_login root@${ID} 'bash ${SCRIPT}' | zenity --progress --no-cancel --pulsate --auto-close --width=700 --title="Sovran_SystemsOS_Reseter" --text="Please Wait Passwords Are Being Reset..."
|