Created
February 3, 2016 14:05
-
-
Save moronkreacionz/84d239893a81b6af8814 to your computer and use it in GitHub Desktop.
GUI over SSH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ~/.ssh/config | |
Host 10.x.x.x | |
Compression yes | |
ForwardX11 yes | |
Ciphers blowfish-cbc,arcfour |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment