Don't recomend StrictHostKeyChecking=no

This makes Secure Shell mostly just a Shell, leaving you open to MITMs that you will never notice.
pull/8/head
Corey Richardson 2015-06-15 19:59:41 -04:00
parent 7b20803499
commit a78532155d
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ Scope:
TCPKeepAlive=yes
ServerAliveInterval=15
ServerAliveCountMax=6
StrictHostKeyChecking=no
Compression=yes
ForwardAgent=yes
```