-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Not able to take backup of #Mellanox Switches . I checked few solutions where they recommended to update the algorithm in machine sshd_config file. But if I'm checking and trying to login from machine, able to access without any issue. This specific algorithm negotiation problem coming when I'm trying to take backup from the GUI.
Please suggest how to solve this.
"
Task backup, node 103: can't establish SSH connection.
Schedule id: NONE
Task name: backup
Node id: 103
Worker id: 5
Exception: JSchException. Message: Algorithm negotiation fail
Stack trace:
com.jcraft.jsch.Session.receive_kexinit(Session.java:583)
com.jcraft.jsch.Session.connect(Session.java:320)
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)
"