dotfiles/.ssh/config

9 lines
126 B
Plaintext
Raw Normal View History

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