mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-16 08:54:05 +00:00
chore(config): ssh add ServerAlive settings
This commit is contained in:
@@ -2,4 +2,6 @@ Include shared.d/*
|
|||||||
Include local.d/*
|
Include local.d/*
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
|
ServerAliveInterval 300 # send null packets every 5min to keep connection alive
|
||||||
|
ServerAliveCountMax 2 # if the server doesn't respond 2 times, it's gone so give up
|
||||||
# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||||
|
|||||||
Reference in New Issue
Block a user