gopass.1 1.4 KB

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