diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-25 18:15:50 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-25 18:15:50 +0200 |
| commit | e5b6af1fd92e78d7ad0c034117699824f73af14a (patch) | |
| tree | e36c04120a068f0da7d7188dc539587cb7895775 | |
| parent | 0ce8654afac6a93eb3c876cb173581dffa9423a2 (diff) | |
Allow MacOS x11 forwarding
| -rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
