clojure-control
clojure-control copied to clipboard
Unable to use timeouts on SSH
I have forked your repo, as I may need to implement SSH timeouts. As far as I understand the tool currently does not support something like "ssh -o ConnectTimeout=10". This manifests as an issue if there are many operations in the queue so many of the SSH requests won't be processed for a long period time. Do you plan to fix or have a work around for it as of now?