diff options
author | 1996-09-29 21:51:03 +0000 | |
---|---|---|
committer | 1996-09-29 21:51:03 +0000 | |
commit | 1f6b1562493a3669ad66e1f2a819508ce32ee482 (patch) | |
tree | cda59e0af7e069036837c4f036614c16eb3f9d41 | |
parent | Works with new libskey and supports SHA. (diff) | |
download | wireguard-openbsd-1f6b1562493a3669ad66e1f2a819508ce32ee482.tar.xz wireguard-openbsd-1f6b1562493a3669ad66e1f2a819508ce32ee482.zip |
Document new switches.
-rw-r--r-- | usr.bin/skeyinit/skeyinit.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1 index 7192b797506..505caa72071 100644 --- a/usr.bin/skeyinit/skeyinit.1 +++ b/usr.bin/skeyinit/skeyinit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyinit.1,v 1.4 1996/09/27 15:49:03 millert Exp $ +.\" $OpenBSD: skeyinit.1,v 1.5 1996/09/29 21:51:03 millert Exp $ .\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $ .\" @(#)skeyinit.1 1.1 10/28/93 .\" @@ -34,13 +34,15 @@ for that count and seed. You can then "cut-and-paste" or type the words into the skeyinit window. .It Fl z allows the user to zero their S/Key entry. +.It Fl md4 +Selects MD4 as the hash algorithm. +.It Fl md5 +Selects MD5 as the hash algorithm. +.It Fl sha1 +Selects SHA (Secure Hash Algorithm) as the hash algorithm. .It Ar user the username to be changed/added. By default the current user is operated on. -.It Fl 4 -Selects MD4 as the hash algorithm. -.It Fl 5 -Selects MD5 as the hash algorithm. .Sh FILES .Bl -tag -width /etc/skeykeys .It Pa /etc/skeykeys |