Skip to content

Instantly share code, notes, and snippets.

@tom2cjp
Created June 13, 2011 02:52
Show Gist options
  • Save tom2cjp/1022259 to your computer and use it in GitHub Desktop.
Save tom2cjp/1022259 to your computer and use it in GitHub Desktop.
Generate vpn account
MAX=30
for (( i = 10; i < MAX ; i ++ ))
do
pass=`openssl rand 9 -base64`
echo "vpn${i} pptpd $pass *"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment