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

Remote FTP: Error: All configured authentication methods failed

Open ivanlemeshev opened this issue 9 years ago • 16 comments

What could be wrong? http://monosnap.com/image/kGznlz6jIfdUshuoTkkwkz2AYl0jiX

ivanlemeshev avatar Apr 30 '15 07:04 ivanlemeshev

It's an error from your remote server, it's the answer from the server.

grenierdev avatar May 30 '15 01:05 grenierdev

I get the same issue @ivanlemeshev did you ever find a solution? The odd thing is that I can use FileZilla with the same credentials.

dtsn avatar Oct 16 '15 12:10 dtsn

@dtsn No, I didn't. I don't use it anymore.

ivanlemeshev avatar Oct 16 '15 12:10 ivanlemeshev

@dtsn @ivanlemeshev I had the same issue. I changed "keyboardInteractive" to true which allowed me to connect. This might be a new setting since I didn't see it on your screenshot and I don't see any documentation for it yet.

keypunch avatar Dec 11 '15 19:12 keypunch

@keypunch I solve the same issue by your method. Thank you!

joeleemoon avatar Dec 12 '15 15:12 joeleemoon

@keypunch worked a treat, thank you.

adriannelson avatar Dec 18 '15 08:12 adriannelson

@keypunch Thanks, it worked! .ftpconfig

"keyboardInteractive": true

wataruoguchi avatar Jan 15 '16 21:01 wataruoguchi

@wataruoguchi I found "keyboardInteractive": true does not work, the error happened. Why?

chenghuzi avatar May 29 '16 06:05 chenghuzi

I also experience the same error. How do you fix? Filezilla is working.

jimtryon avatar Jun 05 '16 07:06 jimtryon

Same problem here, trying to connect to a raspberry pi running raspbian "Jessie". The server requires a key and password. I have tested with Filezilla and everything works correctly. Remote-FTP using the same private key, user and password fails with "All configured authentication methods failed"

edit: Setting keyboardInteractive to true didn't work for me.

brucedjones avatar Jun 11 '16 18:06 brucedjones

Any leads on this? I am hitting the same error while trying to connect to remote server. Tried the keyboardInteractive hack but it did not work for me.

anusrat avatar Feb 15 '17 23:02 anusrat

Same here, I tried everything but nothing seems to work. I'm only able to connect once I'm at home-but never from outside. I have a raspberry pi

latinman avatar Jul 26 '17 20:07 latinman

@latinman Correct username / password or ssh key paths?

I tested inside and outside. Just write it if I do not enter the correct password.

Source: https://github.com/mscdex/ssh2/blob/master/lib/client.js

icetee avatar Jul 26 '17 21:07 icetee

@dtsn @ivanlemeshev I had the same issue. I changed "keyboardInteractive" to true which allowed me to connect. This might be a new setting since I didn't see it on your screenshot and I don't see any documentation for it yet.

Cheers my man, this was driving me nuts having to use FileZilla. Cheers!

Speedhaak avatar Mar 28 '19 10:03 Speedhaak

On Windows and when connecting through SSH, having a PuTTY SSH connection in the background seems to solve this error.

josevilabelda avatar Jun 13 '19 08:06 josevilabelda

The main question: where these files located physically on the disk? I couldn't find them. I don't see them in:

  1. /Users/user/.atom
  2. /Users/user/AppData/Local/atom
  3. /Users/user/Application data/Atom

maksymzen avatar Aug 12 '22 18:08 maksymzen