diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-24 01:00:31 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-24 01:00:31 -0400 |
commit | a8f860aa2df368ee0a24fe106a5834f6b99b35e3 (patch) | |
tree | 5680b76296a1e6237a01a6d65472e39bd9fad13e /src | |
parent | 7a65b424be25309a367b183516796a547a794a3e (diff) | |
parent | 2a8ee05beeb4d81e58cf6e9af9e1b1abfa5c1709 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-server | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index b711fc5..ac7c1cb 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -125,8 +125,8 @@ EOF # write the key to the file # NOTE: assumes that the primary key is the proper key to use - (umask 077 && gpgsecret2ssh "$keyID" > "${MS_HOME}/ssh_host_rsa_key") - log "Private SSH host key output to file: ${MS_HOME}/ssh_host_rsa_key" + (umask 077 && gpgsecret2ssh "$keyID" > "${VARLIB}/ssh_host_rsa_key") + log "Private SSH host key output to file: ${VARLIB}/ssh_host_rsa_key" } # gpg output key fingerprint |