mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
clarify that -r skips default hostkeys
This commit is contained in:
parent
4c95d595c0
commit
2707f054a5
@ -148,8 +148,10 @@ Host Key Files
|
|||||||
Host key files are read at startup from a standard location, by default
|
Host key files are read at startup from a standard location, by default
|
||||||
/etc/dropbear/dropbear_dss_host_key, /etc/dropbear/dropbear_rsa_host_key, and
|
/etc/dropbear/dropbear_dss_host_key, /etc/dropbear/dropbear_rsa_host_key, and
|
||||||
/etc/dropbear/dropbear_ecdsa_host_key
|
/etc/dropbear/dropbear_ecdsa_host_key
|
||||||
or specified on the commandline with -r. These are of the form generated
|
|
||||||
by dropbearkey. The -R option can be used to automatically generate keys
|
If the -r command line option is specified the default files are not loaded.
|
||||||
|
Host key files are of the form generated by dropbearkey.
|
||||||
|
The -R option can be used to automatically generate keys
|
||||||
in the default location - keys will be generated after startup when the first
|
in the default location - keys will be generated after startup when the first
|
||||||
connection is established. This had the benefit that the system /dev/urandom
|
connection is established. This had the benefit that the system /dev/urandom
|
||||||
random number source has a better chance of being securely seeded.
|
random number source has a better chance of being securely seeded.
|
||||||
|
Loading…
Reference in New Issue
Block a user