From e5b6af1fd92e78d7ad0c034117699824f73af14a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 25 Jun 2021 18:15:50 +0200 Subject: Allow MacOS x11 forwarding --- .ssh/config | 1 + 1 file changed, 1 insertion(+) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index 975ba3b..28006aa 100644 --- a/.ssh/config +++ b/.ssh/config @@ -10,6 +10,7 @@ Match exec "hostname | grep -F A14M-MBP.local" Host parrotOS Host parrotOS ForwardAgent yes + ForwardX11 yes StreamLocalBindUnlink yes Host *.sapera.cloud -- cgit v1.2.3