diff --git a/docs/rolereference.rst b/docs/rolereference.rst index f86f9290c1310485dbf2c11705d1fc5e1ab4af8d..4de9d7324db515bdbe5b719a9270b4a78d125ebf 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -2115,10 +2115,16 @@ Parameters **backup_host_ssh_private_keys** (dictionary, mandatory) Defines host keys used for the dedicated OpenSSH server instance for - backup. Key values that must be provided are: **dsa**, **rsa**, **ed25519**, - and **ecdsa**, with values for each one of them corresponding to a private key - generated using the appropriate algorithm. Keys for this purpose can be easily - created via commands:: + backup. Key values that must be provided are: + + - **dsa** (only on Debian Jessie) + - **rsa** + - **ed25519** + - **ecdsa** + + Values for each key should be the corresponding private key + generated using the appropriate algorithm. Keys for this purpose can + be easily created via commands:: ssh-keygen -f backup_server_dsa_key -N '' -t dsa ssh-keygen -f backup_server_rsa_key -N '' -t rsa