Merge commit 'jrollins/master'
[monkeysphere.git] / src / share / m / ssh_proxycommand
index d2b45278e1bd3c2e207b0895932f72e5659d0e9a..bd095889e528f61b0a75a503fcb5a12ba7942c57 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"