Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/cgdconfig cgdconfig.8: Use argon2id in examples



details:   https://anonhg.NetBSD.org/src/rev/f49dea541cae
branches:  trunk
changeset: 1026656:f49dea541cae
user:      nia <nia%NetBSD.org@localhost>
date:      Sat Dec 04 15:03:58 2021 +0000

description:
cgdconfig.8: Use argon2id in examples

diffstat:

 sbin/cgdconfig/cgdconfig.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fd101fec7c4f -r f49dea541cae sbin/cgdconfig/cgdconfig.8
--- a/sbin/cgdconfig/cgdconfig.8        Sat Dec 04 14:53:56 2021 +0000
+++ b/sbin/cgdconfig/cgdconfig.8        Sat Dec 04 15:03:58 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cgdconfig.8,v 1.51 2021/11/22 14:34:35 nia Exp $
+.\" $NetBSD: cgdconfig.8,v 1.52 2021/12/04 15:03:58 nia Exp $
 .\"
 .\" Copyright (c) 2002, The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -394,7 +394,7 @@
 To set up and configure a cgd that uses adiantum, which takes a 256-bit
 key:
 .Bd -literal
-       # cgdconfig -g -o /etc/cgd/wd0e adiantum 256
+       # cgdconfig -g -k argon2id -o /etc/cgd/wd0e adiantum 256
        # cgdconfig cgd0 /dev/wd0e
        /dev/wd0e's passphrase:
 .Ed
@@ -407,7 +407,7 @@
 Here is the
 sequence of commands that is recommended:
 .Bd -literal
-       # cgdconfig -g -o /etc/cgd/dk3 -V gpt adiantum
+       # cgdconfig -g -k argon2id -o /etc/cgd/dk3 -V gpt adiantum
        # cgdconfig -V re-enter cgd0 /dev/dk3
        /dev/dk3's passphrase:
        re-enter device's passphrase:



Home | Main Index | Thread Index | Old Index