Last active
January 1, 2025 05:50
-
-
Save brainsik/bfa02b3ff0ab40e8c87362283d7abd7a to your computer and use it in GitHub Desktop.
SSH Config for connecting to a Debian 3 system and forwarding X11 back to macOS
This file contains hidden or 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
# debian 3.x | |
Host 10.0.0.3 | |
KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 | |
HostKeyAlgorithms ssh-rsa | |
Ciphers aes128-cbc,aes192-cbc,aes256-cbc | |
MACs hmac-sha1 | |
ForwardX11 yes | |
ForwardX11Trusted yes | |
XAuthLocation /opt/X11/bin/xauth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment