Marty Oehme
645248e83a
Added fingerprint matching to host functionality replacing the old matching on ip with nc idea. Functions essentially the same, only that now if another host randomly/or targeted replaces the original checking target you will still not try to be connected since the ssh fingerprint will not match. Should make it a teensy bit more secure.
7 lines
177 B
Text
7 lines
177 B
Text
# Send a keepalive package every 15 seconds without data
|
|
ServerAliveInterval 15
|
|
|
|
# conserve some bandwidth at the cost of processing power
|
|
Compression yes
|
|
|
|
Include ~/.ssh/hosts
|