For StartOS v0.3.5.1 you'll need to do the following:
ssh in to your Start9 Server https://docs.start9.com/0.3.5.x/user-manual/ssh
Copy and paste the following lines of code one by one:
sudo -i
#!/bin/bash | |
# Check for the --help flag | |
if [[ "$1" == "--help" ]]; then | |
echo "Creates a new Tor identity. Usage:" | |
echo "sudo ./tor_new_identity.sh" | |
exit 0 | |
fi | |
# Check if the script is run as root |
For StartOS v0.3.5.1 you'll need to do the following:
ssh in to your Start9 Server https://docs.start9.com/0.3.5.x/user-manual/ssh
Copy and paste the following lines of code one by one:
sudo -i