Releases: joknarf/ssh-para
Releases · joknarf/ssh-para
1.5.2
- manage execution exception
- fix double call to thread constructor
1.5.1
-f -
reads hosts list from stdin
1.5.0
- dns resolve in Job thread instead of resolving all hosts before starting jobs
- ssh command logged in
{dirlog}/<host>.ssh
with resolved host fqdn
- inet_aton can be ok with string
"<ip> <hostname>..."
, clean ip with inet_ntoa(inet_aton(ip))
1.4.5
- multiline command display on 1 line during run
1.4.4
- truncate long command/log lines to screen width
- add \r as last line separator
1.4.3
- add typing hints
- remove empty hosts in list
1.4.1
- fix SIGPIPE absent Windows
1.4.0
- handle Ctrl-C interrupt with curses.raw()
- refactor logging
- autocompletion through argcomplete . <(ssh-para -C )