[sshd] Disable automatic removal of stale sockets

certbot_on_virtu
_pollion 2019-12-17 16:25:50 +01:00
parent 3f8cdcf29d
commit 14948d3d54
1 changed files with 1 additions and 1 deletions

View File

@ -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: