diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-30 12:20:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-30 12:20:12 +0000 |
commit | d599f642e88c15130ecb50b80bbba2c2c9d573e6 (patch) | |
tree | 372cdd20abc63c13597c82db8d2b9d08ecc13deb /sbin | |
parent | 404a3e969c8107c866b188666319e278d25b3a03 (diff) |
put the PFS stuff in the right place;
from uwe werler;
tweaks/ok hshoexer ho
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 501ad55be91..3e2f5dd2810 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.64 2006/08/30 11:44:23 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.65 2006/08/30 12:20:11 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -51,9 +51,9 @@ Macro names may not be reserved words (for example .Ic esp ) . Macros are not expanded inside quotes. .Pp -For example, +For example: .Bd -literal -offset indent -remote_gw = \&"192.168.3.12\&" +remote_gw = "192.168.3.12" flow esp from 192.168.7.0/24 to 192.168.8.0/24 peer $remote_gw .Ed .Sh AUTOMATIC KEYING @@ -258,17 +258,12 @@ the values and .Ar modp8192 are allowed. -When a group is specified perfect forward security (PFS) will be used. -When the value -.Ar none -is used instead, PFS will be disabled. If omitted, .Xr ipsecctl 8 will use the default values -.Ar hmac-sha1 -and -.Ar aes -and PFS with the group +.Ar hmac-sha1 , +.Ar aes , +and group .Ar modp1024 . .It Xo .Ic quick auth @@ -312,15 +307,21 @@ the values .Ar modp3072 , .Ar modp4096 , .Ar modp6144 , +.Ar modp8192 , and -.Ar modp8192 +.Ar none are allowed. +When a group is specified perfect forward security (PFS) will be used. +When the value +.Ar none +is used, PFS will be disabled. If no quick mode transforms are specified, the default values .Ar hmac-sha2-256 and .Ar aes -and no specific group are chosen. +are used; +PFS will only be used if the remote side requests it. .It Xo .Ic srcid .Aq Ar fqdn |