diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 22:39:00 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 22:39:00 -0500 |
commit | 21e298b8df5108b1337d66ba1a39184be4ce0e4e (patch) | |
tree | 8f06660ec49ceaf61e246e063d5aa758415c222c /src | |
parent | 03cf0966b1fbaefa434b706a65ff6d2d1479f0fd (diff) |
remove import_subkey from monkeysphere usage and man page until we get
a chance to fully implement it.
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere | 1 | ||||
-rw-r--r-- | src/share/m/import_subkey | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/monkeysphere b/src/monkeysphere index cac9a02..a65cef6 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -45,7 +45,6 @@ Monkeysphere client tool. subcommands: update-known_hosts (k) [HOST]... update known_hosts file update-authorized_keys (a) update authorized_keys file - import-subkey (i) FILE [KEYID] import existing ssh key as gpg subkey gen-subkey (g) [KEYID] generate an authentication subkey --length (-l) BITS key length in bits (2048) ssh-proxycommand monkeysphere ssh ProxyCommand diff --git a/src/share/m/import_subkey b/src/share/m/import_subkey index 1823f71..7333f80 100644 --- a/src/share/m/import_subkey +++ b/src/share/m/import_subkey @@ -19,6 +19,9 @@ import_subkey() { local gpgSecOut local fifoDir + # FIXME: implement! + failure "implement me!" + sshKeyFile="$1" shift @@ -33,9 +36,6 @@ import_subkey() { # check that an authentication subkey does not already exist check_gpg_authentication_subkey "$keyID" - # FIXME: implement! - failure "implement me!" - # setup the temp fifo dir for retrieving the key password log debug "creating password fifo..." fifoDir=$(msmktempdir) |