dotfiles/.ssh/config

9 lines
128 B
Plaintext
Raw Normal View History

2018-07-10 16:03:41 +01:00
Include config.d/*
Host *
ServerAliveInterval 120
ServerAliveCountMax 3
2021-03-23 08:35:14 +00:00
# IdentitiesOnly yes
2018-07-10 16:03:41 +01:00
ForwardAgent yes