diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-10-03 22:10:12 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-10-03 22:10:12 +0000 |
commit | 498c57264ab2adf57bac7cba9e3493146562cc1e (patch) | |
tree | 4a5bd2da395f4ffd9d35968f332a30d55c3f698e /usr.bin/ssh | |
parent | 7295f655264dc0a34b9789d4c7064cc3dd804fa0 (diff) |
document CheckHostIP
Diffstat (limited to 'usr.bin/ssh')
-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 |