diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 08:32:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 08:32:33 +0000 |
commit | d848499500b6f70778e58a48a1b4ba7f662f5502 (patch) | |
tree | 7c2d216447ce2a643ac702e344a4d056361328ef /share/man | |
parent | caee5b7d73cdcf1d966b790e3693bccc41de4e97 (diff) |
make the intro a little more consistent;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/vpn.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 0ae9adc171f..cd373122f31 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.79 2005/04/13 16:56:36 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.80 2005/04/14 08:32:32 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -51,8 +51,7 @@ Briefly, creating a VPN consists of the following steps: .Pp .Bl -enum -compact .It -Choose a key exchange method: manual keyed or automated via -.Xr isakmpd 8 . +Choose a key exchange method: manual or automated. .It For manual keying, create the Security Associations (SA), one for each endpoint. @@ -69,8 +68,10 @@ There are currently two key exchange methods available: .Pp .Bl -bullet -compact .It -manual (symmetric shared secret) +manual (symmetric shared secret): +.Xr ipsecadm 8 .It +automatic: .Xr isakmpd 8 .El .Ss Enabling Packet Forwarding |