Add -u option to specify /dev/urandom instead

--HG--
extra : convert_revision : 6925cd3fd7727fbc69db9883675aa90f594f58a0
This commit is contained in:
Matt Johnston
2007-04-16 13:39:50 +00:00
parent a4130263bd
commit 77c33e7750
7 changed files with 31 additions and 3 deletions

View File

@@ -74,6 +74,9 @@ by the ssh server.
.B \-y
Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the
connection will abort as normal.
.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