summaryrefslogtreecommitdiffstats
path: root/roles/ssh
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-08 22:26:18 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-09 01:47:00 +0100
commit7cc8cd5bf2ae659946631323d6856940f6c7ff57 (patch)
tree0208346c3e6175ae2a53f4b04afc53001ed0f11f /roles/ssh
parentee8d70f65fe7a853f530200ab4ea8b382b6c6e15 (diff)
Fix clean up forwarded sockets
Diffstat (limited to 'roles/ssh')
-rw-r--r--roles/ssh/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/ssh/tasks/main.yml b/roles/ssh/tasks/main.yml
index 6e61f51b..9728e303 100644
--- a/roles/ssh/tasks/main.yml
+++ b/roles/ssh/tasks/main.yml
@@ -80,6 +80,7 @@
ChallengeResponseAuthentication no
GSSAPIAuthentication no
X11Forwarding no
+ StreamLocalBindUnlink yes
notify:
- "Restart ssh"