diff options
author | 1999-10-03 22:10:11 +0000 | |
---|---|---|
committer | 1999-10-03 22:10:11 +0000 | |
commit | 1fb4444f7557fe08779a309fe64f40b89b90e255 (patch) | |
tree | 0270a8a8bdf4ec7595b24a30bff8298162b44305 | |
parent | fix last commit. (diff) | |
download | wireguard-openbsd-1fb4444f7557fe08779a309fe64f40b89b90e255.tar.xz wireguard-openbsd-1fb4444f7557fe08779a309fe64f40b89b90e255.zip |
document CheckHostIP
-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 |