We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Can you give me a hand please ?
Task backup, node 28: can't establish SSH connection. Exception: JSchException. Message: java.net.ConnectException: Connexion terminée par expiration du délai d'attente (Connection timed out) Stack trace: com.jcraft.jsch.Util.createSocket(Util.java:394) com.jcraft.jsch.Session.connect(Session.java:215) ssh.GeneralSsh.performJobs(GeneralSsh.java:385) ssh.GeneralSsh.execute(GeneralSsh.java:105) core.WorkerSsh.executeJobs(WorkerSsh.java:74) abstractions.AbstractWorker.call(AbstractWorker.java:89) abstractions.AbstractWorker.call(AbstractWorker.java:48) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Hello again,
Good news :)
I solved the issue by restarting the sshd deamon with the following command : systemctl restart sshd PS: I'm using CENTOS
Good luck to everyone.
Kind regards,
Sorry, something went wrong.
No branches or pull requests
Hello,
Can you give me a hand please ?
I get this message when trying to backup a configuration manually of automatically:
Task backup, node 28: can't establish SSH connection.
Exception: JSchException. Message: java.net.ConnectException: Connexion terminée par expiration du délai d'attente (Connection timed out)
Stack trace:
com.jcraft.jsch.Util.createSocket(Util.java:394)
com.jcraft.jsch.Session.connect(Session.java:215)
ssh.GeneralSsh.performJobs(GeneralSsh.java:385)
ssh.GeneralSsh.execute(GeneralSsh.java:105)
core.WorkerSsh.executeJobs(WorkerSsh.java:74)
abstractions.AbstractWorker.call(AbstractWorker.java:89)
abstractions.AbstractWorker.call(AbstractWorker.java:48)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: