Allow SSH.ssh_command to be threaded

Issue #4 resolved
Jesse Almanrode repo owner created an issue

Allow ssh commands to be sent in their own thread so that, theoretically, multiple commands can be sent to a system at a single time. Not sure if this is possible or if it is even a good idea or not but putting it down to see if anyone else likes it.

Comments (3)

  1. Jesse Almanrode reporter

    The workaround for this would be to create multiple ServerJobs for the same host and then use the sshread method in the same way as if they were separate servers.

  2. Log in to comment