Skip to content

Commit

Permalink
Worse way to set password
Browse files Browse the repository at this point in the history
  • Loading branch information
GordiNoki authored Aug 2, 2024
1 parent 13fb617 commit 1caed1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ screen -dm ./ngrok tcp 22

sudo ufw disable

passMyWord=`echo "passasas" | openssl passwd -crypt -stdin`
sudo useradd -m -p $passMyWord -s /bin/bash bidgido
sudo useradd -m -s /bin/bash bidgido
echo -e "passasas\npassasas\n" | sudo passwd bidgido
sudo usermod -aG sudo bidgido

echo IP: $(curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url)
Expand Down

0 comments on commit 1caed1a

Please sign in to comment.