August 2003
Intermediate to advanced
270 pages
10h 9m
English
add — Create key manually
add [-p principal] [-V kvno] [-e enctype] [-w password]
The add command adds an
entry to the keytab manually. Any parameters not specified on the
command line will be prompted for interactively. If no realm is
specified with the principal name, the default realm is assumed.
The remaining parameters specify the key version number and
encryption type to be associated with this entry.
Here’s how to create a new keylist entry for the principal blah@WEDGIE.ORG with a key version number of 1, using a DES key derived from a password string:
% ktutil --keytab=/tmp/two.key add -p blah@WEDGIE.ORG -V 1 -e des-cbc-crc Password: Verifying password - Password:
Read now
Unlock full access