dotfiles/ssh/config
James Patrick fee5f79d64 Adding SSH config to dotfiles.
This currently included 2 important settings.

1. Keep alive for SSH
2. The correct port for SSH on git.jpatrick.io
2019-04-15 20:10:13 -04:00

10 lines
100 B
Plaintext

ServerAliveInterval 300
ServerAliveCountMax 3
Host git.jpatrick.io
Port 222
Host *
UseRoaming no