From 7cc8cd5bf2ae659946631323d6856940f6c7ff57 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 8 Nov 2025 22:26:18 +0100 Subject: Fix clean up forwarded sockets --- roles/ssh/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/ssh') 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" -- cgit v1.2.3