Skip to content

Instantly share code, notes, and snippets.

View mtwallac's full-sized avatar

Michael Wallace mtwallac

View GitHub Profile
@Pinjasaur
Pinjasaur / config
Last active May 11, 2023 18:37
SSH setup/install
Host *
Port 22
IdentityFile ~/.ssh/id_ed25519
ServerAliveInterval 120
TCPKeepAlive no
# Keep this here, it's (potentially) important
# https://serverfault.com/a/869394
# XAuthLocation /opt/X11/bin/xauth
# Host with X11 forwarding