projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2e316
)
correcting ssh_proxycommand output.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 03:40:02 +0000
(22:40 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 03:40:02 +0000
(22:40 -0500)
src/share/m/ssh_proxycommand
patch
|
blob
|
history
diff --git
a/src/share/m/ssh_proxycommand
b/src/share/m/ssh_proxycommand
index e07b637d26ce79debc7c34131aba0d6a652cc598..0a8150088a861cca963eb54f14c0f54645ad4103 100644
(file)
--- 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"