mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert SSH settings
This commit is contained in:
parent
36c65391a1
commit
72bb50cb27
1 changed files with 1 additions and 3 deletions
|
@ -1381,9 +1381,7 @@ def sshd_server(salt_factories, sshd_config_dir, salt_master, grains):
|
|||
"X11DisplayOffset": "10",
|
||||
"PrintMotd": "no",
|
||||
"PrintLastLog": "yes",
|
||||
# https://unix.stackexchange.com/a/616355
|
||||
"ServerAliveInterval": "20",
|
||||
"TCPKeepAlive": "no",
|
||||
"TCPKeepAlive": "yes",
|
||||
"AcceptEnv": "LANG LC_*",
|
||||
"UsePAM": "yes",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue