Skip to content

Instantly share code, notes, and snippets.

@brainsik
Last active January 1, 2025 05:50
Show Gist options
  • Save brainsik/bfa02b3ff0ab40e8c87362283d7abd7a to your computer and use it in GitHub Desktop.
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
# 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