From a78532155d7aae54a997d9690b1c23791cd7c710 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Mon, 15 Jun 2015 19:59:41 -0400 Subject: [PATCH] Don't recomend StrictHostKeyChecking=no This makes Secure Shell mostly just a Shell, leaving you open to MITMs that you will never notice. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3a094e2..3194262 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,6 @@ Scope: TCPKeepAlive=yes ServerAliveInterval=15 ServerAliveCountMax=6 - StrictHostKeyChecking=no Compression=yes ForwardAgent=yes ```