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

Error from JS Client but works from CLI and GUI Apps #459

Closed
dalisoft opened this issue Jan 26, 2023 · 3 comments
Closed

Error from JS Client but works from CLI and GUI Apps #459

dalisoft opened this issue Jan 26, 2023 · 3 comments

Comments

@dalisoft
Copy link

dalisoft commented Jan 26, 2023

Error message: connect: getConnection: All configured authentication methods failed

Config defined

  • host
  • username
  • privateKey
  • port

Maybe these fix this bug:

Maybe related issue:

One more resource

@theophilusx
Copy link
Owner

theophilusx commented Jan 26, 2023 via email

@dalisoft
Copy link
Author

I sure it will fix this bug mscdex/ssh2#1200

For now, on server changing as mentioned here works, but without this Cyberduck macOS and sftp cli works fine

@theophilusx
Copy link
Owner

Well as this is an ssh2 issue, there is nothing I can do as this module uses ssh2. So, until ssh2 is updated, your only option if you want to use this library is to use a different key signing algorithm, such as ssh-ed25519 (this is what I do) or find a different library.

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

2 participants