diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-14 23:25:40 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-03-14 23:25:40 -0400 |
commit | 1bb35e8d63f3c28d29f0c033333aeff7a57bde91 (patch) | |
tree | c196a721693c16e80b446ea026088aebbac7bb3c /src | |
parent | 4bbb264765fe2cdf24271a26c77d4bae44021eff (diff) |
added comment about why the key file is named with whitespace
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere | 2 |
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 |