From 17e559c55526b57b18f25b1891a40227cab828c0 Mon Sep 17 00:00:00 2001 From: Zoltan Fridrich Date: Fri, 10 May 2024 10:39:36 +0200 Subject: [PATCH] Add key size variables into sshd.sysconfig Signed-off-by: Zoltan Fridrich --- sshd.sysconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sshd.sysconfig b/sshd.sysconfig index a217ce7..ee44ae6 100644 --- a/sshd.sysconfig +++ b/sshd.sysconfig @@ -5,3 +5,6 @@ # 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. + +#SSH_RSA_BITS=3072 +#SSH_ECDSA_BITS=256