diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-10 16:41:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-10 16:41:30 +0000 |
commit | be4ae4c8fa78a60c8d5ad177c8476e798e3787a8 (patch) | |
tree | 9147be0ccddd92a0298fb419d2da81bafb8ec191 /sbin/ipsecadm/ipsecadm.8 | |
parent | 2dab5eb58473c9874077ac55ecd8e4dc7c8d4354 (diff) |
boring cleanups
Diffstat (limited to 'sbin/ipsecadm/ipsecadm.8')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index d00424f8b6b..afe417fadd3 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.60 2003/05/10 21:03:21 jmc Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.61 2003/06/10 16:41:28 deraadt Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -667,13 +667,13 @@ authentication: .Bd -literal # ipsecadm new esp -enc 3des -auth sha1 -spi 100a -dst 169.20.12.2 \\ -src 169.20.12.3 \\ - -key 638063806380638063806380638063806380638063806380 \\ + -key 638063806380638063806380638063806380638063806380 \\ -authkey 1234123412341234123412341234123412341234 .Ed .Pp Set up an SA for authentication with old ah only: .Bd -literal -# ipsecadm old ah -auth md5 -spi 10f2 -dst 169.20.12.2 -src 169.20.12.3 \\ +# ipsecadm old ah -auth md5 -spi 10f2 -dst 169.20.12.2 -src 169.20.12.3 \\ -key 12341234deadbeef .Ed .Pp |