had to replace a server and assigned the old server's URL / IP to the new server. attempted to connect to the server (site) and just got "unable to connect to the server" it didn't ask to accept the server's RSA fingerprint. I removed the server (site) and made a new one but there was no change when I clicked connect.
Connecting to: server2.ovh on thread: pool-9-thread-1
New wrapper session
com.jcraft.jsch.JSchException: Algorithm negotiation fail
at com.jcraft.jsch.Session.receive_kexinit(Session.java:590)
at com.jcraft.jsch.Session.connect(Session.java:320)
at com.jcraft.jsch.Session.connect(Session.java:183)
at snowflake.common.ssh.SshClient.connect(SshClient.java:123)
at snowflake.common.ssh.files.SshFileSystem.connect(SshFileSystem.java:75)
at snowflake.common.ssh.files.SshFileSystem.ensureConnected(SshFileSystem.java:39)
at snowflake.common.ssh.files.SshFileSystem.getHome(SshFileSystem.java:202)
at snowflake.components.files.browser.ssh.SshFileBrowserView.lambda$render$1(SshFileBrowserView.java:163)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Exception caught in sftp file browser
com.jcraft.jsch.JSchException: Algorithm negotiation fail
at com.jcraft.jsch.Session.receive_kexinit(Session.java:590)
at com.jcraft.jsch.Session.connect(Session.java:320)
at com.jcraft.jsch.Session.connect(Session.java:183)
at snowflake.common.ssh.SshClient.connect(SshClient.java:123)
at snowflake.common.ssh.files.SshFileSystem.connect(SshFileSystem.java:75)
at snowflake.common.ssh.files.SshFileSystem.ensureConnected(SshFileSystem.java:39)
at snowflake.common.ssh.files.SshFileSystem.getHome(SshFileSystem.java:202)
at snowflake.components.files.browser.ssh.SshFileBrowserView.lambda$render$1(SshFileBrowserView.java:163)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
had to replace a server and assigned the old server's URL / IP to the new server. attempted to connect to the server (site) and just got "unable to connect to the server" it didn't ask to accept the server's RSA fingerprint. I removed the server (site) and made a new one but there was no change when I clicked connect.