Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MhmRhm authored May 8, 2024
1 parent 478b1ad commit ca856ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ for i in {1..2}; do
deluser "user$i" &> /dev/null
useradd "user$i" --shell /sbin/nologin
echo "user$i:$PASS" | chpasswd
echo "ssh://user$i:$PASS@$MYIP:$PORT#Profile $i" >> users.txt
echo "ssh://user$i:$PASS@$MYIP:$PORT#Profile$i" >> users.txt
done
cat users.txt
```
Expand Down

0 comments on commit ca856ca

Please sign in to comment.