Skip to content

Commit ce6f955

Browse files
committed
ssh: enable x11 forwarding
1 parent 39c12e6 commit ce6f955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ssh/config

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Host *
55
ControlMaster auto
66
ControlPath ~/.local/state/ssh-%C
77
ControlPersist yes
8+
ForwardX11 yes
89
SendEnv COLORTERM
910
ServerAliveInterval 300
1011
UserKnownHostsFile ~/.ssh/known_hosts

0 commit comments

Comments
 (0)