summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-10-21 16:29:15 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-10-21 16:29:15 +0200
commit7333ac4abe0723cbe53636feac37a4de2c790146 (patch)
treed47516e3db527cccbc2389ef21c3f5cd22ea3de0
parentf45403e67c9a32fada75219534574520de7c01ea (diff)
downloaddotfiles-7333ac4abe0723cbe53636feac37a4de2c790146.zip
dotfiles-7333ac4abe0723cbe53636feac37a4de2c790146.tar.gz
(ssh) Forward X11 via ssh config
-rw-r--r--src/ssh/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ssh/config b/src/ssh/config
index d5cebfc..159d1f9 100644
--- a/src/ssh/config
+++ b/src/ssh/config
@@ -26,6 +26,10 @@ Host 192.168.56.*
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
+# Forward X11 by default
+Host example.com
+ ForwardX11 yes
+
# Run few setup cmds before starting a shell.
Host example.com
RequestTTY yes