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