diff options
author | 2006-09-11 10:34:53 +0000 | |
---|---|---|
committer | 2006-09-11 10:34:53 +0000 | |
commit | d97b5a7f9d894c8003ff3e73dc84e925834a26c2 (patch) | |
tree | 17f494fda047042c2c78db3a8ca78974ffbdeab2 | |
parent | - document how to set ipsec stuff running at boot (diff) | |
download | wireguard-openbsd-d97b5a7f9d894c8003ff3e73dc84e925834a26c2.tar.xz wireguard-openbsd-d97b5a7f9d894c8003ff3e73dc84e925834a26c2.zip |
improvememnts for `local', `peer', and `psk'; ok hshoexer
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index d881da48f68..56f4eeb6c5f 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.88 2006/09/07 12:58:21 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.89 2006/09/11 10:34:53 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -249,21 +249,18 @@ see the file .It Ic local Ar localip Ic peer Ar remote The .Ic local -parameter specifies the local address to be used, if we are multi-homed -or have aliases. -It can usually be left out. +parameter specifies the address or FQDN of the local endpoint. +Unless we are multi-homed or have aliases, +this option is generally not needed. .Pp The .Ic peer -parameter specifies the address or FQDN of the remote endpoint of this -particular flow. +parameter specifies the address or FQDN of the remote endpoint. For host-to-host connections where .Ar dst is identical to .Ar remote , -the -.Ic peer -specification can be left out. +this option is generally not needed. .It Xo .Ic main auth Ar algorithm .Ic enc Ar algorithm @@ -342,12 +339,9 @@ by the remote peer. Use a pre-shared key .Ar string for authentication. -If not specified, RSA authentication will be used. -By default, the system startup script -.Xr rc 8 -generates a key-pair for -.Xr isakmpd 8 -when starting, if one does not already exist. +If this option is not specified, +public key authentication is used (see +.Xr isakmpd 8 ) . .El .Sh MANUAL FLOWS In this scenario, |