diff options
author | June McEnroe <june@causal.agency> | 2019-11-04 17:27:13 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-04 17:27:13 -0500 |
commit | 8957cbc53f721786e4b4db674597f79e838186d0 (patch) | |
tree | 92c47eb742a1308c54d5cb734018db2f68a428ff /pounce.1 | |
parent | Move base64 to bounce.h (diff) | |
download | pounce-8957cbc53f721786e4b4db674597f79e838186d0.tar.gz pounce-8957cbc53f721786e4b4db674597f79e838186d0.zip |
Hash client passwords with crypt
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index cbb5eaa..a18cb98 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd November 3, 2019 +.Dd November 4, 2019 .Dt POUNCE 1 .Os . @@ -28,6 +28,7 @@ .Op Fl u Ar user .Op Fl w Ar pass .Op Ar config ... +.Nm Fl x . .Sh DESCRIPTION The @@ -124,6 +125,11 @@ and Require the server password .Ar pass for clients to connect. +The +.Ar pass +string must be hashed using the +.Fl x +flag. . .It Fl a Ar user : Ns Ar pass , Cm sasl = Ar user : Ns Ar pass Authenticate as @@ -187,6 +193,12 @@ and blue to clients. .It Fl w Ar pass , Cm pass = Ar pass Log in with the server password .Ar pass . +. +.It Fl x +Prompt for a password +and output a hash +for use with +.Fl W . .El . .Pp |