'\" te .\" Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. .TH ike.preshared 4 "27 Apr 2010" "SunOS 5.11" "File Formats" .SH NAME ike.preshared \- pre-shared keys file for IKE .SH SYNOPSIS .LP .nf \fB/etc/inet/secret/ike.preshared\fR .fi .SH DESCRIPTION .sp .LP The \fB/etc/inet/secret/ike.preshared\fR file contains secret keying material that two \fBIKE\fR instances can use to authenticate each other. Because of the sensitive nature of this data, it is kept in the \fB/etc/inet/secret\fR directory, which is only accessible by root. .sp .LP Pre-shared keys are delimited by open-curly-brace (\fB{\fR) and close-curly-brace (\fB}\fR) characters. There are five name-value pairs required inside a pre-shared key: .sp .sp .TS tab(); cw(1.83i) cw(1.83i) cw(1.83i) lw(1.83i) lw(1.83i) lw(1.83i) . NameValueExample localidtypeIPlocalidtype IP remoteidtypeIPremoteidtype IP localidIP-addresslocalid 10.1.1.2 Subnet/Prefix  localid 10.1.1.0/24 remoteidIP-addressremoteid 10.1.1.3 Subnet/Prefixremoteid 10.1.1.0/24 keyhex-string1234567890abcdef hex-string1234567890abcdef hex-string0x1234567890abcdef ASCII-string\fB"This is my preshared key"\fR .TE .sp .LP Comment lines with \fB#\fR appearing in the first column are also legal. .sp .LP An ASCII-string can consist of any valid ASCII character except for NEWLINE. A backslash (\fB\e\fR) is considered an escape character when it precedes a double quote or itself. Otherwise a backslash is taken literally. .sp .LP Files in this format can also be used by the \fBikeadm\fR(1M) command to load additional pre-shared keys into a running an \fBin.iked\fR(1M) process. .SH EXAMPLES .LP \fBExample 1 \fRA Sample \fBike.preshared\fR File .sp .LP The following is an example of an \fBike.preshared\fR file: .sp .in +2 .nf # # Two pre-shared keys between myself, 10.1.1.2, and two remote # hosts. Note that names are not allowed for IP addresses. # # A decent hex string can be obtained by performing: # od -x