Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Mon Sep 19 15:17:29 2022 +0200

    feat: add option to configure RekeyLimit
This commit is contained in:
Robert Kaussow 2022-09-19 13:22:54 +00:00
parent 65ac7fc120
commit 4c4832a1ef
1 changed files with 18 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Configure sshd server.
- [sshd_permit_empty_passwords](#sshd_permit_empty_passwords)
- [sshd_permit_root_login](#sshd_permit_root_login)
- [sshd_protocol](#sshd_protocol)
- [sshd_rekey_limit_size](#sshd_rekey_limit_size)
- [sshd_rekey_limit_time](#sshd_rekey_limit_time)
- [sshd_strict_modes](#sshd_strict_modes)
- [sshd_tcp_keep_alive](#sshd_tcp_keep_alive)
- [sshd_use_dns](#sshd_use_dns)
@ -262,6 +264,22 @@ sshd_permit_root_login: yes
sshd_protocol: 2
```
### sshd_rekey_limit_size
#### Default value
```YAML
sshd_rekey_limit_size: 1G
```
### sshd_rekey_limit_time
#### Default value
```YAML
sshd_rekey_limit_time: 1h
```
### sshd_strict_modes
#### Default value