Newer
Older
tsshbatch / TODO
@tundra tundra on 2 Dec 2014 1 KB *** empty log message ***
  1. - The HOSTNAME and HOSTSHORT built-in names no longer use < and > as
  2. delimiters, but use a double underbar instead as in: __HOSTNAME__.
  3. This change was made to avoid having to quote these metacharcters
  4. since they are used by the shell for redirection.
  5.  
  6. - Fixed bug that prevented the proper dereferencing of HOSTNAME
  7. in certain file transfer specifications.
  8.  
  9. - Fixed bug that only recognized sudo invocations if they were the
  10. first statement on a command line. All instances of the string
  11. "sudo " will now force sudo password prompting and processing.
  12. That string is ignored if it appears inside single- or double quotes.
  13. - Added -l logging option. Defaults to /dev/null. This fixes the error
  14. that was previously being reported:
  15.  
  16. "No handlers could be found for logger "paramiko.transport"
  17.  
  18. - Suppressed ssh-agent use and search for keys when doing password auth.
  19.  
  20. - Changed hostname separator from ':' to '-' when using the -G command.
  21.  
  22. - Added -E to redirect all stderr output to stdout instead,
  23.  
  24. - Added -T timeout option (default is 15 sec).
  25.  
  26. - Added -a to allow program to continue after file transfer error.
  27.  
  28. - Fixed error reporting blowout when key-exchange auth fails.
  29.  
  30. - Error messages now more consistent and clear.
  31.  
  32.  
  33. TODO
  34. ----
  35.  
  36.  
  37.  
  38. sudoers Mode
  39. ------------
  40.  
  41. - Capture bad password
  42. - Capture failed command output
  43. - Write the server noise, as it appears to stderr for debug purposes
  44. - Note in docs: In this mode it will HANG waiting for interactive input.
  45. - Note in docs: There is no separation between stdout and sterr in this mode
  46.  
  47.  
  48.  
  49.  
  50.  
  51.