Newer
Older
tsshbatch / TODO
  1. [NEW]
  2.  
  3. - Multiple hostfiles can now be passed via the -i option. The
  4. argument can be the name of a single file or a quoted list of files.
  5. The option can appear on the command line multiple times.
  6. -H and -i can be used together to create custom host lists.
  7.  
  8. [CHANGES]
  9.  
  10. - The -H option can now appear on the command line multiple times
  11. thereby creating an aggregate list of all hosts named therein.
  12.  
  13. - Hostfiles must now be passed as an argument of -i. This was
  14. done to provide a consistent way of passing multiple host
  15. files on the commandline.
  16.  
  17. [BUG FIXES]
  18.  
  19. -
  20.  
  21.  
  22. TODO
  23. ----
  24.  
  25. - Make file xfer noise go away with -s
  26.  
  27. - Add feature to display names of all possible hostfiles/cmdfiles
  28.  
  29. - Add lshost feature
  30.  
  31. - File Xfer: Allow from within cmd files.
  32.  
  33. - Show incremental output as program executes
  34.  
  35. - Add ability to try keys first, and if that fails, use a password.
  36.  
  37. - File Xfer: Renaming
  38.  
  39. - File Xfer: Globing - what about dirs, do we recurse?
  40.  
  41. - Options for searching all the command files and hostlistfiles
  42.  
  43. - Interactive shell?
  44.  
  45.  
  46. sudoers Mode
  47. ------------
  48.  
  49. - Capture bad password
  50. - Capture failed command output
  51. - Write the server noise, as it appears to stderr for debug purposes
  52. - Note in docs: In this mode it will HANG waiting for interactive input.
  53. - Note in docs: There is no separation between stdout and sterr in this mode