remote-ftp icon indicating copy to clipboard operation
remote-ftp copied to clipboard

After 2.2.3 version, The connect button seems like dosen't work at all

Open ghost opened this issue 4 years ago • 4 comments

Prerequisites

  • [ ] Put an X between the brackets on this line if you have done all of the following:
    • Checked that your issue isn't already filed: https://github.com/icetee/remote-ftp/issues

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

ghost avatar Dec 23 '19 06:12 ghost

I have the same problem. It does not connect after the update.

akxz avatar Dec 23 '19 08:12 akxz

Versions Windows 10 Atom 1.42.0 x64 remote-ftp 2.2.3

Issue When I try to connect using the SFTP method, i've got this error message in return :

Error: Error while signing data with privateKey: error:06000066:public key routines:OPENSSL_internal:DECODE_ERROR

It worked perfectly before the last update.

jsaid17 avatar Dec 23 '19 10:12 jsaid17

@jsaid17 I upgrade the SSH and SSH Streams package, I search your issue in Google and maybe your key type is deprecated or from now on during not incompatible processing. I'd be happy to try updating it.

https://github.com/liximomo/vscode-sftp/issues/594#issuecomment-509284593

https://stackoverflow.com/questions/2224066/how-to-convert-ssh-keypairs-generated-using-puttygen-windows-into-key-pairs-us/2224204#2224204

icetee avatar Dec 24 '19 15:12 icetee

I just ran Ubuntu 20.04 for the first time and a key that worked fine for Ubuntu 18.04 didn't work for 20.04 and I came here. Putty conversion to SSH key confirmed to be a solution in this scenario also.

garrettboone avatar Jun 20 '20 14:06 garrettboone