Skip to content

Instantly share code, notes, and snippets.

@aanari
Created August 21, 2025 05:22
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 120 secs
ServerAliveInterval 30
ServerAliveCountMax 4
ConnectTimeout 60
ConnectionAttempts 2
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