[sshd] Disable automatic removal of stale sockets
parent
3f8cdcf29d
commit
14948d3d54
|
@ -43,7 +43,7 @@
|
|||
dest: /etc/ssh/sshd_config
|
||||
regexp: ^StreamLocalBindUnlink
|
||||
line: "StreamLocalBindUnlink yes # Enable automatic removal of stale sockets"
|
||||
state: present
|
||||
state: absent
|
||||
|
||||
- name: Restart sshd
|
||||
systemd:
|
||||
|
|
Loading…
Reference in New Issue