mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 18:45:12 +00:00
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
# vim: ft=sshconfig
|
|
Include shared.d/*
|
|
Include local.d/*
|
|
|
|
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
|
|
ForwardAgent yes
|
|
# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|