Open liberodark opened 1 year ago
i have similar problem
Hello,
I encountered a similar problem using version 4.3 with the official Docker image. Regarding the context, we were already using Rundeck, but it was a very old version with a standard installation.
In the end, we were able to solve the problem with two changes, You need to modify this files:
Be careful with old Rundeck versions; only variables like RDOPTION was required, so today Rundeck requires it to be RD_*. Edit old sshd_config accordingly.
BLA
Describe the bug When i using SSH Have connection timeouts with the following error:
Failed: SSHProtocolFailure: channel is not opened.
(not all the times sometimes it works it happened suddenly.)My Rundeck detail
Java version :
To Reproduce Steps to reproduce the behavior:
Run
echo "Test Me"
on Commands with 32 servers :Click on Run
Issue :
Failed: SSHProtocolFailure: channel is not opened.
Expected behavior Im using only keypair for connect in SSH with Rundeck.
Screenshots
ssh
(32/33 sec)openssh/executor
(18/19 sec)Desktop :
Additional context I changed the
Connection Timeout
&Command Timeout
to 3000 it works. (Workaround 1) But if I put 0 or lower it doesn't work. So I had to switch toopenssh/executor
which is faster and no have this issue. (Workaround 2)I remain at your disposal if you have any further questions.
Best Regards