summaryrefslogtreecommitdiff
path: root/src/monkeysphere-ssh-proxycommand
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkeysphere-ssh-proxycommand')
-rwxr-xr-xsrc/monkeysphere-ssh-proxycommand2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monkeysphere-ssh-proxycommand b/src/monkeysphere-ssh-proxycommand
index 3887e48..4b90a0d 100755
--- a/src/monkeysphere-ssh-proxycommand
+++ b/src/monkeysphere-ssh-proxycommand
@@ -44,6 +44,8 @@ hostKey=$(ssh-keygen -F "$HOST")
# don't check the keyserver
if [ "$hostKey" ] ; then
CHECK_KEYSERVER="false"
+else
+ CHECK_KEYSERVER="true"
fi
export CHECK_KEYSERVER