mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 00:45:07 -05:00
Add recommendation on password security to keyfile description
This commit is contained in:
@@ -1755,6 +1755,10 @@ password can be encoded as a string of characters not containing a space with
|
|||||||
optional @code{ASCII:} prefix or as a hexadecimal number with @code{HEX:}
|
optional @code{ASCII:} prefix or as a hexadecimal number with @code{HEX:}
|
||||||
prefix.
|
prefix.
|
||||||
|
|
||||||
|
For maximum security, it's recommended to use SHA1 or stronger hash function.
|
||||||
|
The passwords should be random and they should be as long as the output size of
|
||||||
|
the configured hash function, e.g. 160 bits with SHA1.
|
||||||
|
|
||||||
The ID for the chronyc authentication key is specified with the commandkey
|
The ID for the chronyc authentication key is specified with the commandkey
|
||||||
command (see earlier). The command key can be generated automatically on
|
command (see earlier). The command key can be generated automatically on
|
||||||
start with the @code{generatecommandkey} directive.
|
start with the @code{generatecommandkey} directive.
|
||||||
|
|||||||
Reference in New Issue
Block a user