From: Daniel Kahn Gillmor Date: Fri, 20 Feb 2009 03:40:02 +0000 (-0500) Subject: correcting ssh_proxycommand output. X-Git-Tag: monkeysphere_0.23~35 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=826bfb547cc82252f18e63a25bb7ee5aeaaebc72 correcting ssh_proxycommand output. --- diff --git a/src/share/m/ssh_proxycommand b/src/share/m/ssh_proxycommand index e07b637..0a81500 100644 --- a/src/share/m/ssh_proxycommand +++ b/src/share/m/ssh_proxycommand @@ -66,7 +66,7 @@ EOF sshKeyGPGFile=$(msmktempfile) printf "%s" "$sshKeyGPG" >"$sshKeyGPGFile" - sshFingerprint=$(ssh-keygen -l -f "$sshKeyGPGFile" \ + sshFingerprint=$(ssh-keygen -l -f "$sshKeyGPGFile" | \ awk '{ print $2 }') rm -f "$sshKeyGPGFile"