comparison dbclient.1 @ 446:2cd2edfa11ee

Just use /dev/urandom since that's what everyone ends up using anyway. Make -u a nop.
author Matt Johnston <matt@ucc.asn.au>
date Thu, 19 Jul 2007 15:47:32 +0000
parents d82a2a44c684
children 3e6c536bc023
comparison
equal deleted inserted replaced
445:edbee0596531 446:2cd2edfa11ee
72 by the ssh server. 72 by the ssh server.
73 .TP 73 .TP
74 .B \-y 74 .B \-y
75 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the 75 Always accept hostkeys if they are unknown. If a hostkey mismatch occurs the
76 connection will abort as normal. 76 connection will abort as normal.
77 .B \-u
78 Use /dev/urandom rather than /dev/random. This should only be used if the
79 /dev/urandom device is known to have sufficient entropy.
80 .SH AUTHOR 77 .SH AUTHOR
81 Matt Johnston ([email protected]). 78 Matt Johnston ([email protected]).
82 .br 79 .br
83 Gerrit Pape ([email protected]) wrote this manual page. 80 Gerrit Pape ([email protected]) wrote this manual page.
84 .SH SEE ALSO 81 .SH SEE ALSO