Skip to content

Instantly share code, notes, and snippets.

@BlinkyStitt
Last active December 16, 2015 19:39
Show Gist options
  • Save BlinkyStitt/5486940 to your computer and use it in GitHub Desktop.
Save BlinkyStitt/5486940 to your computer and use it in GitHub Desktop.
These mac commands will generate a password hash for you to use to access the tahoe friend grid web proxy.
curl https://raw.github.com/samizdatco/nginx-http-auth-digest/master/htdigest.py -o htdigest.py
python htdigest.py for_bryan <YOURUSERNAME> tahoe
cat for_bryan | pbcopy
rm for_bryan
then paste me the contents of your clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment