diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-11 01:07:56 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-11 01:07:56 +0000 |
commit | 3fb1f485d429477b9ce1b5c60e9905fe306e72e4 (patch) | |
tree | f69af0f02cf4e52d32b98ff3c659cb65e43294b5 | |
parent | d74342aee65b24873954a3941e84d4c8d5cc9476 (diff) |
Mention isakmpd
-rw-r--r-- | share/man/man8/vpn.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 8ce5a66d65c..a37b46c155d 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.26 1999/10/07 20:50:30 angelos Exp $ +.\" $OpenBSD: vpn.8,v 1.27 2000/01/11 01:07:55 angelos Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -49,7 +49,9 @@ Briefly, creating a VPN consists of the following steps: .Pp .Bl -enum -compact .It -Choose a key exchange method: manual keyed or +Choose a key exchange method: manual keyed, or automated via +.Xr isakmpd 8 +or .Xr photurisd 8 . .It Create a Security Association (SA) for each endpoint. |