summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-06-13 12:48:07 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-06-13 12:48:07 -0400
commit5c84af854b419250a79352ffc0bf4d66d1982d6a (patch)
tree83935215f795af32857463d139d58c126a36eb85 /src
parentb93d6398d799376a572414a30d7b4f02beadd137 (diff)
parent220a0fb50691a6cf3db9624275d46a6f730f55c6 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'src')
-rw-r--r--src/common6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common b/src/common
index 914c800..8b0f41a 100644
--- a/src/common
+++ b/src/common
@@ -98,7 +98,7 @@ gpg2known_hosts() {
echo -n "$host "
gpg --export "$keyID" | \
openpgp2ssh "$keyID" | tr -d '\n'
- echo "MonkeySphere${DATE}"
+ echo " MonkeySphere${DATE}"
}
# convert key from gpg to ssh authorized_keys format
@@ -109,9 +109,9 @@ gpg2authorized_keys() {
keyID="$1"
userID="$2"
- echo -n "MonkeySphere${DATE}:${userID}"
gpg --export "$keyID" | \
- openpgp2ssh "$keyID"
+ openpgp2ssh "$keyID" | tr -d '\n'
+ echo " MonkeySphere${DATE}:${userID}"
}
# userid and key policy checking