Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wanboot_keymgmt(1m) [sunos man page]

wanboot_keymgmt(1M)					  System Administration Commands				       wanboot_keymgmt(1M)

NAME
wanboot_keymgmt - insert and extract keys SYNOPSIS
/usr/lib/inet/wanboot/keymgmt -i -k key_file -s keystore -o type=keytype /usr/lib/inet/wanboot/keymgmt -x -f outfile -s keystore -o type=keytype DESCRIPTION
The keymgmt utility has two purposes: o To take a raw key, stored in key_file, and insert it in the repository specified by keystore. o To extract a key of a specified type from the repository specified by keystore, depositing it in outfile. outfile will be created if it does not already exist. The type of key being added or extracted is specified by keytype and may have one of four values: 3des, aes, rsa, or sha1 (the last used by HMAC SHA-1). When extracting a key, the first key with an OID matching the supplied type is used. ARGUMENTS
The following arguments are supported: -i Used in conjunction with -k to insert a raw key in keystore. -f outfile Used to specify a file to receive an extracted key. -k key_file Used in conjunction with -i to specify the file in which a raw key is stored. This key will be inserted in keystore. -o type=keytype Specifies the type of key being inserted or extracted. Must be one of 3des, aes, rsa, or sha1. -s keystore Specifies a repository in which a key will be inserted or from which a key will be extracted. -x Used in conjunction with -f to extract a key of a specified type and deposit it in outfile. EXIT STATUS
0 Successful operation. >0 An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWwbsup | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) ITU-T Recommendation X.208 SunOS 5.10 18 Apr 2003 wanboot_keymgmt(1M)

Check Out this Related Man Page

ickey(1M)						  System Administration Commands						 ickey(1M)

NAME
ickey - install a client key for WAN boot SYNOPSIS
/usr/lib/inet/wanboot/ickey [-d] [-o type=3des] /usr/lib/inet/wanboot/ickey [-d] [-o type=aes] /usr/lib/inet/wanboot/ickey [-d] [-o type=sha1] DESCRIPTION
The ickey command is used to install WAN boot keys on a running UNIX system so that they can be used the next time the system is installed. You can store three different types of keys: 3DES and AES for encryption and an HMAC SHA-1 key for hashed verification. ickey reads the key from standard input using getpassphrase(3C) so that it does not appear on the command line. When installing keys on a remote system, you must take proper precautions to ensure that any keying materials are kept confidential. At a minimum, use ssh(1) to pre- vent interception of data in transit. Keys are expected to be presented as strings of hexadecimal digits; they can (but need not) be preceeded by a 0x or 0X. The ickey command has a single option, described below. An argument of the type -o type=keytype is required. OPTIONS
The ickey command the following option. -d Delete the key specified by the keytype argument. EXIT STATUS
On success, ickey exits with status 0; if a problem occurs, a diagnostic message is printed and ickey exits with non-zero status. FILES
/dev/openprom WAN boot key storage driver ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWwbsup | +-----------------------------+-----------------------------+ |Interface Stability |Unstable | +-----------------------------+-----------------------------+ SEE ALSO
ssh(1), openprom(7D), attributes(5) SunOS 5.11 7 May 2003 ickey(1M)
Man Page