-k/-K options for gbde(8).

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Feb 3 15:04:33 PST 2005


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 at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-geom/attachments/20050204/62287ac8/attachment.bin


More information about the freebsd-geom mailing list