correcting ssh_proxycommand output.
[monkeysphere.git] / 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"