diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 1999-02-09 20:43:45 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 1999-02-09 20:43:45 +0000 |
commit | d5943225e7b1ee49e64b68fb5aeb67978d51af0c (patch) | |
tree | 51f143bd3c4aadf8b4a7874e06a7d1ed73ad67dc /sbin | |
parent | 302cf9cb7685c00d0ad11768699cf720ba80e98a (diff) |
minor fix to /dev/urandom example
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecadm/ipsecadm.1 b/sbin/ipsecadm/ipsecadm.1 index 5d616c1686c..d95d4b57a09 100644 --- a/sbin/ipsecadm/ipsecadm.1 +++ b/sbin/ipsecadm/ipsecadm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.1,v 1.4 1999/02/05 04:09:07 angelos Exp $ +.\" $OpenBSD: ipsecadm.1,v 1.5 1999/02/09 20:43:44 kjell Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -214,7 +214,7 @@ should be chosen in random (ideally, using some true-random source like coin flipping). It is very important that the key is not guessable. One practical way of generating keys is by using the .Xr random 4 -device (e.g. dd if=/dev/urandom of=- bs=1024 count=1 | sha1 -) +device (e.g. dd if=/dev/urandom bs=1024 count=1 | sha1) .It authkey The secret key material used for authentication if additional authentication in new esp mode is required. For |