Skip to content

Commit

Permalink
Set ConnectionAttempts explicitly
Browse files Browse the repository at this point in the history
ConnectionAttempts 3 — Such a value seems convenient to me at the moment.
  • Loading branch information
xorcare committed Sep 7, 2024
1 parent 6845aa5 commit 0f09fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/.ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ ServerAliveInterval 60
# Default is 3
ServerAliveCountMax 3

# Specifies the number of tries (one per second) to make before exiting.
# Default is 1
ConnectionAttempts 3

# Global settings for all hosts
Host *
# Forwards environment variables LANG and LC_*
Expand Down

0 comments on commit 0f09fd1

Please sign in to comment.