diff options
-rw-r--r-- | usr.bin/ssh/ssh_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index 3d9d600de6f..688930a0cca 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -22,6 +22,7 @@ # FallBackToRsh yes # UseRsh no # BatchMode no +# CheckHostIP yes # StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # Port 22 |