add ssh-proxycommand as subcommand to monkeysphere
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 31 Jan 2009 22:35:17 +0000 (17:35 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sat, 31 Jan 2009 22:35:17 +0000 (17:35 -0500)
src/monkeysphere

index 463a1b119310e53d803f40ed7a65c78776ad373c..342d59a37d341e6b6d9b9692db2b18a679122e6f 100755 (executable)
@@ -47,6 +47,7 @@ subcommands:
  gen-subkey (g) [KEYID]              generate an authentication subkey
    --length (-l) BITS                  key length in bits (2048)
    --expire (-e) EXPIRE                date to expire
+ ssh-proxycommand                    ssh proxycommand
  subkey-to-ssh-agent (s)             store authentication subkey in ssh-agent
  version (v)                         show version number
  help (h,?)                          this help
@@ -424,6 +425,10 @@ case $COMMAND in
        gen_subkey "$@"
        ;;
 
+    'ssh-proxycommand'|'p')
+       ssh-proxycommand "$@"
+       ;;
+
     'subkey-to-ssh-agent'|'s')
        subkey_to_ssh_agent "$@"
        ;;