summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 22:32:51 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 22:32:51 -0500
commitb2bf2d17cd6eb5edcb69d51867b7d17e60751986 (patch)
tree1c01d473f32bf4994b7c282b16b52a7194aed96f /src/monkeysphere
parentaf6f93d261025cd859996fce65e7edfc68fb1f34 (diff)
some more fixes and tweaks to get things working in the new setup
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index bce0072..8b7bfee 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -167,12 +167,12 @@ case $COMMAND in
;;
'import-subkey'|'i')
- source "${MSHAREDIR}/import-key"
- import_key "$@"
+ source "${MSHAREDIR}/import_subkey"
+ import_subkey "$@"
;;
'gen-subkey'|'g')
- source "${MSHAREDIR}/import_key"
+ source "${MSHAREDIR}/gen_subkey"
gen_subkey "$@"
;;
@@ -182,6 +182,7 @@ case $COMMAND in
;;
'subkey-to-ssh-agent'|'s')
+ source "${MSHAREDIR}/subkey_to_ssh_agent"
subkey_to_ssh_agent "$@"
;;