commit 94ab1f69e7
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:
parent
65ac7fc120
commit
4c4832a1ef
18
index.md
18
index.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user