Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2005 00:04:30 +0100
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        freebsd-geom@freebsd.org
Subject:   -k/-K options for gbde(8).
Message-ID:  <20050203230430.GD27596@darkness.comp.waw.pl>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi.

Patch below implement -k/-K/-N options from the gbde(8)-TODO list:

	http://people.freebsd.org/~pjd/patches/gbde.3.patch

Those options allow to give a part of the pass-phrase from the file:

	gbde attach da0 -k /mnt/usb/da0.key

If '-N' option is not given user will still be prompted for the
pass-phrase and the two parts will be used as a one key.

-k/-K option can be used multiple times:

	gbde attach da0 -k /mnt/usb/da0.key -k /somewhereelse/da0.key
which is equivalent to:
	cat /mnt/usb/da0.key /somewhereelse/da0.key | gbde attach da0 -k /dev/stdin

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd@FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFCAq3+ForvXbEpPzQRAvmXAKCwkBTrhmMsUXzKRo2CC+pyn8AzKwCgz/bP
eGXJluZArM0ZfPFpnVYwRPw=
=vNEU
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050203230430.GD27596>