|
NAMEsrptool - GnuTLS SRP toolSYNOPSISsrptool [-flags] [-flag [value]] [--option-name[[=| ]value]]All arguments must be options. DESCRIPTIONSimple program that emulates the programs in the Stanford SRP (Secure Remote Password) libraries using GnuTLS. It is intended for use in places where you don't expect SRP authentication to be the used for system users.In brief, to use SRP you need to create two files. These are the password file that holds the users and the verifiers associated with them and the configuration file to hold the group parameters (called tpasswd.conf). OPTIONS
EXAMPLESTo create tpasswd.conf which holds the g and n values for SRP protocol (generator and a large prime), run:$ srptool --create-conf /usr/local/etc/tpasswd.conf This command will create /usr/local/etc/tpasswd and will
add user 'test' (you will also be prompted for a password). Verifiers are
stored by default in the way libsrp expects.
$ srptool --passwd /usr/local/etc/tpasswd --passwd-conf /usr/local/etc/tpasswd.conf -u test This command will check against a password. If the password
matches the one in /usr/local/etc/tpasswd you will get an ok.
$ srptool --passwd /usr/local/etc/tpasswd --passwd-conf /usr/local/etc/tpasswd.conf --verify -u test EXIT STATUSOne of the following exit values will be returned:
SEE ALSOgnutls-cli-debug (1), gnutls-serv (1), srptool (1), psktool (1), certtool (1)AUTHORSNikos Mavrogiannopoulos, Simon Josefsson and others; see /usr/local/share/doc/gnutls/AUTHORS for a complete list.COPYRIGHTCopyright (C) 2000-2020 Free Software Foundation, and others all rights reserved. This program is released under the terms of the GNU General Public License, version 3 or later.BUGSPlease send bug reports to: bugs@gnutls.orgNOTESThis manual page was AutoGen-erated from the srptool option definitions.
Visit the GSP FreeBSD Man Page Interface. |