Giter Site home page Giter Site logo

Comments (9)

kdubdev avatar kdubdev commented on August 28, 2024 6

Can confirm this is still an issue to date. Existing OpenSSH private keys can be converted to RSA format using the following terminal command where id_rsa is the OpenSSH private key:

ssh-keygen -p -m PEM -f ~/.ssh/id_rsa

Recommend you back-up id_rsa before running the command as the file will be overwritten when converted. Remember to chmod 600 id_rsa or it will be ignored.

OpenSSH seems to be the new standard private key format. Any comment on when/if Snowflake will add support?

Thank you for this program.

from snowflake.

pm25264 avatar pm25264 commented on August 28, 2024 1

Using Snowflakes for connecting to AWS EC2 unable to connect through .pem files for the new EC2 instances ( through Putty/WINSCP i can login to EC2 with same key). But can connect to Older EC2s with Snowflake with their .PEM files.
Please help.

from snowflake.

i5o avatar i5o commented on August 28, 2024

I can confirm that this is happening to me too. Selected my key under ~/.ssh/id_rsa

Exception caught in sftp file browser
com.jcraft.jsch.JSchException: invalid privatekey: [B@38c2c34d
	at com.jcraft.jsch.KeyPair.load(KeyPair.java:747)
	at com.jcraft.jsch.KeyPair.load(KeyPair.java:561)
	at com.jcraft.jsch.IdentityFile.newInstance(IdentityFile.java:40)
	at com.jcraft.jsch.JSch.addIdentity(JSch.java:407)
	at com.jcraft.jsch.JSch.addIdentity(JSch.java:367)
	at snowflake.common.ssh.SshClient.connect(SshClient.java:62)
	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(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

from snowflake.

subhra74 avatar subhra74 commented on August 28, 2024

Thanks for reporting, will look into it

from snowflake.

robertpartridge avatar robertpartridge commented on August 28, 2024

I've had the same problems today with some of the servers I manage. I tested on one of my servers by changing to a different key from another server that worked and the problem resolved - the difference between the two keys being the length of the key. Perhaps a clue into the source of the problem?

from snowflake.

Shivelight avatar Shivelight commented on August 28, 2024

Related issue dbeaver/dbeaver#5845, consider using/supporting SSHJ.

from snowflake.

ivan-cc avatar ivan-cc commented on August 28, 2024

Temporary solution:

private key generated by ssh-keygen starts with

-----BEGIN OPENSSH PRIVATE KEY-----
and not
-----BEGIN RSA PRIVATE KEY-----

To generate supported key add -m PEM to the end of your ssh-keygen command

e.g.

ssh-keygen -m PEM

This works with version 1.0.4

from snowflake.

AltiusTech avatar AltiusTech commented on August 28, 2024

facing the same issue while I am trying to access the new aws instance, i 'm geting an error - Unable to connect to server.

Please look into this.

from snowflake.

MindaugasBernatavicius avatar MindaugasBernatavicius commented on August 28, 2024

Holy molly, same issue still persists.

from snowflake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.