Skip to content
New issue

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

new server, same ip, wont ask about RSA fingerprint #215

Open
theworm4002 opened this issue May 9, 2022 · 0 comments
Open

new server, same ip, wont ask about RSA fingerprint #215

theworm4002 opened this issue May 9, 2022 · 0 comments

Comments

@theworm4002
Copy link

theworm4002 commented May 9, 2022

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant