Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ickey(1m) [opensolaris 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)

Check Out this Related Man Page

wanbootutil(1M) 					  System Administration Commands					   wanbootutil(1M)

NAME
wanbootutil - manage keys and certificates for WAN booting SYNOPSIS
wanbootutil [keygen] [option_specific_arguments] wanbootutil [keymgmt] [option_specific_arguments] wanbootutil [p12split] [option_specific_arguments] DESCRIPTION
The wanbootutil command creates and manages WANboot encyrption and hashing keys and manipulates PKCS #12 files for use by WAN boot. wanbootutil has three subcommands, each covered in a separate man page: wanboot_keygen(1M) Generates encryption and hashing keys. wanboot_keymgmt(1M) Inserts and extracts keys from WAN boot key repositories. wanboot_p12split(1M) Splits a PKCS #12 file into separate certificate and key files for use by WAN boot. OPTIONS
The options are supported for wanbootutil are the use of keygen, keymgmt, or p12split. The options for these subcommands are described in their respective man pages. EXAMPLES
Example 1: Generate a 3DES Client Key # wanbootutil keygen -c -o net=172.16.174.0,cid=010003BA0E6A36,type=3des Example 2: Insert an RSA Private Client Key wanbootutil keymgmt -i -k keyfile -s /etc/netboot/172.16.174.0/010003BA0E6A36/keystore -o type=rsa Example 3: Split a PKCS #12 File into Certificate and Key Components # wanbootutil p12split -i p12file -c out_cert -k out_key EXIT STATUS
0 Successful operation. non-zero An error occurred. Writes an appropriate error message to standard error. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWwbsup | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
wanboot_keygen(1M), wanboot_keymgmt(1M), wanboot_p12split(1M), attributes(5) SunOS 5.10 18 Apr 2003 wanbootutil(1M)
Man Page