summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index 2d5cba8..fe92960 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -284,6 +284,8 @@ case $COMMAND in
'sshfprs-for-userid')
CHECK_KEYSERVER=${MONKEYSPHERE_CHECK_KEYSERVER:=${CHECK_KEYSERVER:="true"}}
keytmpdir=$(msmktempdir)
+ # use a file named " " to avoid arbitrary non-whitespace text
+ # in the fingerprint output
keytmpfile="$keytmpdir/ "
cd "$keytmpdir"
keys_for_userid "$@" | while read KEYLINE ; do