summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-08-30 12:54:58 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-08-30 12:54:58 +0000
commit2c8eb1dc45e0453de62ecd525640ab3831ad31cf (patch)
treed8c2881c88f6ee760667557724a91b03076604a8 /sbin
parenta2a73ed464b07b507cb0d7633360284b720681a5 (diff)
kill more redundant text, and an oops;
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipsecctl/ipsec.conf.517
1 files changed, 2 insertions, 15 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5
index 80d9dee4da0..9893f548413 100644
--- a/sbin/ipsecctl/ipsec.conf.5
+++ b/sbin/ipsecctl/ipsec.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.conf.5,v 1.69 2006/08/30 12:50:40 jmc Exp $
+.\" $OpenBSD: ipsec.conf.5,v 1.70 2006/08/30 12:54:57 jmc Exp $
.\"
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
.\"
@@ -647,7 +647,7 @@ authkey file "filename"
.Pp
It is also possible to specify two values separated by a colon.
.Xr ipsecctl 8
-will then generate the matching incoming SA using the second values specified.
+will then generate the matching incoming SA using the second value specified.
.It Xo
.Ic enckey
.Aq Ar keyspec
@@ -732,19 +732,6 @@ One practical way of generating 160-bit (20-byte) keys is a follows:
.Bd -literal -offset indent
$ openssl rand 20 | hexdump -e '20/1 "%02x"'
.Ed
-.Pp
-For
-.Ic spi ,
-.Ic authkey ,
-and
-.Ic enckey ,
-it is possible to specify two colon separated values.
-.Xr ipsecctl 8
-will then generate the matching incoming SA using the second values for
-.Ic spi ,
-.Ic authkey ,
-and
-.Ic enckey .
.Sh SEE ALSO
.\".Xr ipcomp 4 ,
.Xr ipsec 4 ,