gopass.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. AUTH(1) User Commands AUTH(1)
  2. NAME
  3. gopass - Create and manage passwords
  4. SYNOPSIS
  5. gopass [--cipher blowfish|md5] [--file filename] [--password password]
  6. realm username roles...
  7. DESCRIPTION
  8. The gopass program creates authentication passwords for GoAhead in the
  9. nominated authentication configuration file. GoAhead uses the same
  10. authorization file and format for Basic, Digest and web-form authenti-
  11. cation. This simplifies administration.
  12. gopass --file auth.conf --password pass1 example.com joshua admin-
  13. istrator buyer
  14. To calculate the passwword only, omit the "--file" option and the pass-
  15. word will be displayed to the standard output.
  16. gopass --password pass1 example.com joshua administrator buyer
  17. OPTIONS
  18. --cipher blowfish|md5
  19. Specifies the cipher to use to hash the password. Default is
  20. blowfish. Blowfish is substantially more secure. MD5 must be
  21. used for digest authentication.
  22. --password password
  23. Specifies a password to use to for the user.
  24. --file filename
  25. Update the specified password configuration file.
  26. DESCRIPTION
  27. The gopass program is used to create and manage user passwords. GoA-
  28. head uses the same authorization file and format for Basic, Digest and
  29. Post authentication stores. This simplifies administration.
  30. REPORTING BUGS
  31. Report bugs to dev@embedthis.com.
  32. COPYRIGHT
  33. Copyright (C) Embedthis Software.
  34. SEE ALSO
  35. auth February 2014 AUTH(1)