openssh/sshd.sysconfig
Dmitry Belyavskiy dd7f8b6993 Require OpenSSL 3.5 to support PQ crypto
Also suppress systemd warning on restart sshd
2025-04-17 12:07:36 +02:00

11 lines
395 B
Text

# Configuration file for the sshd service.
# 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-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
OPTIONS=""