Created
August 21, 2025 05:22
-
-
Save aanari/e1422ee162a6dd0735e9ece6882c855a to your computer and use it in GitHub Desktop.
~/.ssh/config
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
| 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