dotfiles/.ssh/config

9 lines
127 B
Plaintext
Raw Normal View History

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