diff options
author | Micah Anderson <micah@riseup.net> | 2008-08-15 12:11:01 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-08-15 12:11:01 -0400 |
commit | 1c1d84bc446cc6d55ba4cd5efc7f5a6c3573fa93 (patch) | |
tree | b46c469366d1dfba988d2eac697133c8425954f5 /src/monkeysphere-ssh-proxycommand | |
parent | 4dc13cb9a6c5a82e31875d8b69f060c9eab0cf8f (diff) | |
parent | cb45bed4fce593770b4378fbb13e68cf3b68137a (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/monkeysphere-ssh-proxycommand')
-rwxr-xr-x | src/monkeysphere-ssh-proxycommand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-ssh-proxycommand b/src/monkeysphere-ssh-proxycommand index 438db87..780ff03 100755 --- a/src/monkeysphere-ssh-proxycommand +++ b/src/monkeysphere-ssh-proxycommand @@ -59,7 +59,7 @@ if gpg --list-key ="${URI}" 2>&1 >/dev/null ; then else # if the host key is found in the known_hosts file... # FIXME: this only works for default known_hosts location - hostKey=$(ssh-keygen -F "$HOST") + hostKey=$(ssh-keygen -F "$HOST" 2>/dev/null) if [ "$hostKey" ] ; then # do not check the keyserver |