subhra74 / snowflake

Graphical SFTP client and terminal emulator with helpful utilities
GNU General Public License v3.0
2.18k stars 234 forks source link

Unable to Login with Private key which has a Passphrase #111

Open gchandra10 opened 4 years ago

gchandra10 commented 4 years ago

Describe the bug Unable to SSH using Privakey which has a Passphrase.

To Reproduce Steps to reproduce the behavior: New Connection Enter Name, Host, user, and choose Private Key file Click Connect

Expected behavior In with Other SSH clients it will prompt for "Enter PassPharase"

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

subhra74 commented 4 years ago

Sorry for late reply. Is this a rsa key? what is the encryption used for password protection?

gchandra10 commented 4 years ago

I used Putty Gen > RSA > 2048

MojoCreator commented 4 years ago

Issue I am having the same issue with EdSA (ED25519) key. It is either the key or the port that is being sent with a comma to the server.

Expected Everything connects fine with Putty using same credentials + setup

Desktop

See Screenshots image image

subhra74 commented 4 years ago

I used Putty Gen > RSA > 2048

Current version has issue with password protected ppk files. Hoping to provide a fix soon.

subhra74 commented 4 years ago

I used Putty Gen > RSA > 2048

Current version has issue with password protected ppk files. Hoping to provide a fix soon.

Issue I am having the same issue with EdSA (ED25519) key. It is either the key or the port that is being sent with a comma to the server.

Expected Everything connects fine with Putty using same credentials + setup

Desktop

  • Windows 10
  • Snowflake Version 1.0.4

See Screenshots image image

Currently ed25519 is not supported, I am migrating the underlying ssh library to incorporate ed25519 soon.

stderr-to-devnull commented 4 years ago

Is there a fix coming soon? I have both scenarios: password protected key which is also ed25519 type.

brendan-mccoy commented 3 years ago

Also having this issue :(

netlan commented 3 years ago

Hello, same issue here, any news about the fix ?

dinesh-p1 commented 1 year ago

Hi All, Facing same issue. Any fix?