mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-12-22 11:39:21 +00:00
tor: autogenerate passwd
This commit is contained in:
parent
7f8b90fea4
commit
02a72d77c4
1 changed files with 1 additions and 2 deletions
|
@ -70,8 +70,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create HashedControlPassword
|
# Create HashedControlPassword
|
||||||
printf "In the next step you'll choose a password. NOTE: It will be saved in PLAIN TEXT.\n"
|
torcontrolpass=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 24 | head -n 1)
|
||||||
read -p "Enter a (new) tor control password [example: 123123] " torcontrolpass
|
|
||||||
# Edit /etc/tor/torrc
|
# Edit /etc/tor/torrc
|
||||||
torhashedpass=$(tor --hash-password $torcontrolpass)
|
torhashedpass=$(tor --hash-password $torcontrolpass)
|
||||||
enabledcontrol=$(echo "ControlPort 9051")
|
enabledcontrol=$(echo "ControlPort 9051")
|
||||||
|
|
Loading…
Reference in a new issue