You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2025. It is now read-only.
We are using groovy-ssh to stop a process on a bunch of servers in our dev environments. We'd like to be able to kill the processes that don't stop gracefully within a specific amount of time.
Is it possible to implement a command execution timeout that will simply abandon the current command and disconnect from the session?
(The timeout currently implemented in groovy-ssh seems to be related to establishing and maintaining connections.)