-
Notifications
You must be signed in to change notification settings - Fork 28
All configured authentication methods failed with ssh key #431
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
Comments
Hey, I had the same issue using ftp-remote-edit, but I was able to get it to work by doing the following: |
Hi, Replacing "^0.8.2" with "0.8.2" didn't work for me. I've got some old servers on ubuntu 20.04 and some new ones on 22.04 New servers: Older servers: Old servers work fine, new servers will return: Filezilla also works fine on all servers. This means the problem must be that the OpenSSH 8.9 version is not compatible with FTP-Remote-Edit's ssh2 version at this moment. FIX:
It works now. |
This fixed bug All configured authentication methods failed with ssh key h3imdall#431
This fixed bug All configured authentication methods failed with ssh key h3imdall#431
Quick way to temporary fix until they approve my pull request: Go to .pulsar\packages\ftp-remote-edit\node_modules\ssh2 and rename it to .pulsar\packages\ftp-remote-edit\node_modules\ssh2.old. Now unzip the archive from https://github.com/mscdex/ssh2/archive/refs/tags/v0.8.9.zip and rename the folder in ssh2. |
Hi,

I tried to use a ssh key for connecting to my sftp. But I got the error
All configured authentication methods failed
.My config is this:
I have read here some other issues with the same problem but they didn't help me.
So if someone have an idea what I do wrong pls answer my issue.
Cheers
PS: The hostfield is only for here empty.
The text was updated successfully, but these errors were encountered: