summaryrefslogtreecommitdiff
path: root/src/share/m
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 22:40:02 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 22:40:02 -0500
commit826bfb547cc82252f18e63a25bb7ee5aeaaebc72 (patch)
treef71cc8a34507eb9951ed5cb8af3a0b61b89703b7 /src/share/m
parent9c2e3169069a187b500b69dba75813a8e8b868cb (diff)
correcting ssh_proxycommand output.
Diffstat (limited to 'src/share/m')
-rw-r--r--src/share/m/ssh_proxycommand2
1 files changed, 1 insertions, 1 deletions
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"