Skip to content

Instantly share code, notes, and snippets.

@aanari
Last active May 24, 2026 07:21
Show Gist options
  • Select an option

  • Save aanari/e1422ee162a6dd0735e9ece6882c855a to your computer and use it in GitHub Desktop.

Select an option

Save aanari/e1422ee162a6dd0735e9ece6882c855a to your computer and use it in GitHub Desktop.
~/.ssh/config
Match all
# Timeout failed connections after 60 minutes
ServerAliveInterval 30
ServerAliveCountMax 120
TCPKeepAlive no
ConnectTimeout 60
ConnectionAttempts 5
ControlMaster auto
ControlPersist yes
ControlPath ~/.ssh/ctrl-%C
SendEnv LANG LC_*
SendEnv TERM
RequestTTY yes
ForwardAgent yes
# Ensure proper terminal type is set
SetEnv TERM=xterm-256color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment