diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-04-16 13:39:50 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-04-16 13:39:50 +0000 |
commit | 77c33e775081dfe6de1699987aaf497b7203c9b7 (patch) | |
tree | 59ef925dd1782b5909a711f3089ce3cf0963580f /dropbear.8 | |
parent | a4130263bd36edad8c4bd8b9daf729148f1c0d8f (diff) |
Add -u option to specify /dev/urandom instead
--HG--
extra : convert_revision : 6925cd3fd7727fbc69db9883675aa90f594f58a0
Diffstat (limited to 'dropbear.8')
-rw-r--r-- | dropbear.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ default is /var/run/dropbear.pid .TP .B \-a Allow remote hosts to connect to forwarded ports. +.B \-u +Use /dev/urandom rather than /dev/random. This should only be used if the +/dev/urandom device is known to have sufficient entropy. .SH AUTHOR Matt Johnston (matt@ucc.asn.au). .br |