Last active
December 16, 2015 19:39
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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