fix: remove option to configure RekeyLimit
This commit is contained in:
parent
94ab1f69e7
commit
9e0cbae01e
@ -43,9 +43,6 @@ sshd_max_sessions: 10
|
||||
sshd_tcp_keep_alive: "yes"
|
||||
sshd_use_dns: "no"
|
||||
|
||||
sshd_rekey_limit_size: "1G"
|
||||
sshd_rekey_limit_time: "1h"
|
||||
|
||||
sshd_crypto_policy_enabled: True
|
||||
|
||||
# @var sshd_challenge_response_authentication:description: >
|
||||
|
@ -29,7 +29,7 @@ HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
|
||||
# Ciphers and keying
|
||||
RekeyLimit {{ sshd_rekey_limit_size }} {{ sshd_rekey_limit_time }}
|
||||
#RekeyLimit default none
|
||||
|
||||
{% if sshd_crypto_policy_enabled | bool %}
|
||||
# This system is following system-wide crypto policy. The changes to
|
||||
|
Loading…
Reference in New Issue
Block a user