correcting ssh_proxycommand output.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Feb 2009 03:40:02 +0000 (22:40 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Feb 2009 03:40:02 +0000 (22:40 -0500)
src/share/m/ssh_proxycommand

index e07b637d26ce79debc7c34131aba0d6a652cc598..0a8150088a861cca963eb54f14c0f54645ad4103 100644 (file)
@@ -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"