diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-01-22 07:52:09 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-01-22 07:52:09 +0000 |
commit | 391dc46275b59fe50453427e3fc28302892c602b (patch) | |
tree | 91a906f13ec166bf41f6a5dbd3919c48d722cfcf /usr.sbin | |
parent | e0fb345327978bc8aeb9ce32093a1922a22168b1 (diff) |
use a more sensible value for -K example, from tedu@
ok jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/vnconfig/vnconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 1f8cecb951a..eb74f1389d0 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.27 2007/01/14 21:45:01 grunk Exp $ +.\" $OpenBSD: vnconfig.8,v 1.28 2007/01/22 07:52:08 grunk Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -139,7 +139,7 @@ Encryption key: Same as above, but now configure the vnode using PKCS #5 PBKDF2 and a salt file with 1000 rounds: .Bd -literal -offset indent -# vnconfig -K 1000 svnd0 /tmp/cryptimg +# vnconfig -K 20000 svnd0 /tmp/cryptimg Encryption key: Salt file: /tmp/cryptsalt # mount /dev/svnd0c /mnt |