Skip to content

Instantly share code, notes, and snippets.

@amosshapira
Created February 19, 2016 00:55
Show Gist options
  • Select an option

  • Save amosshapira/8a6f13270fa9fa639de5 to your computer and use it in GitHub Desktop.

Select an option

Save amosshapira/8a6f13270fa9fa639de5 to your computer and use it in GitHub Desktop.
#!/bin/sh
# A good generator of IPSec PSK's
< /dev/urandom tr -dc a-zA-Z0-9_ | head -c30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment