Skip to content

Commit

Permalink
ssh: enable x11 forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Sep 15, 2024
1 parent 39c12e6 commit ce6f955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Host *
ControlMaster auto
ControlPath ~/.local/state/ssh-%C
ControlPersist yes
ForwardX11 yes
SendEnv COLORTERM
ServerAliveInterval 300
UserKnownHostsFile ~/.ssh/known_hosts

0 comments on commit ce6f955

Please sign in to comment.