summaryrefslogtreecommitdiff
path: root/src/monkeysphere-ssh-proxycommand
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-06-17 14:52:31 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-06-17 14:52:31 -0400
commit9c94e937fbe8beb56956365cac07d6eff45215cd (patch)
tree11d9060e75580752bd79adb353e0d706c513a830 /src/monkeysphere-ssh-proxycommand
parent92c70306aa5f96c8dfa69f2c90dca58908e719f7 (diff)
parentac63e6d6a916e4b51a183e60d7aeae3c2568f3af (diff)
Merge commit 'jrollins/master'
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