X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fmonkeysphere-ssh-proxycommand;h=f4d4b0d9affb8835ae812e22c9fa58f5388c3fbf;hb=677afe2dcae7ea83adfadc42eac93f5301aa0476;hp=4cbcd5138bda3a5904eb3741c5a64993c67d0484;hpb=10d38ac8e8580322d533c3c5e1b7fad13363b7e5;p=monkeysphere.git diff --git a/src/monkeysphere-ssh-proxycommand b/src/monkeysphere-ssh-proxycommand index 4cbcd51..f4d4b0d 100755 --- a/src/monkeysphere-ssh-proxycommand +++ b/src/monkeysphere-ssh-proxycommand @@ -49,7 +49,7 @@ if [ "$PORT" != '22' ] ; then fi # if the host is in the gpg keyring... -if gpg --list-key ="${URI}" >/dev/null ; then +if gpg --list-key ="${URI}" 2>&1 >/dev/null ; then # do not check the keyserver CHECK_KEYSERVER="false" # if the host is NOT in the keyring...