From b7de610db3e7ec09c4f8371c1dda1191f676cb4f Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 18 Apr 2016 14:47:10 +0200 Subject: [PATCH] Fix typo about sshd-keygen in sysconfig (#1325535) --- sshd.sysconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sshd.sysconfig b/sshd.sysconfig index 7a0f4d2..2d08984 100644 --- a/sshd.sysconfig +++ b/sshd.sysconfig @@ -2,7 +2,9 @@ # The server keys are automatically generated if they are missing. # To change the automatic creation, adjust sshd.service options for -# example using systemctl enable sshd-config@dsa.service for DSA keys +# example using systemctl enable sshd-keygen@dsa.service to allow creation +# of DSA key or systemctl mask sshd-keygen@rsa.service to disable RSA key +# creation. # Do not change this option unless you have hardware random # generator and you REALLY know what you are doing