ssh: Add host fingerprint matching
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.
This commit is contained in:
parent
a49e49bbd4
commit
645248e83a
3 changed files with 28 additions and 7 deletions
|
|
@ -1,2 +1,7 @@
|
|||
Include ~/.ssh/conf/config.ssh
|
||||
Include ~/.ssh/conf/hosts.ssh
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue