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

Getting error when i am connecting to server?

Open shubhamjaincav opened this issue 5 years ago • 1 comments

Error:

Error: All configured authentication methods failed

config: { “protocol”: “sftp”, “host”: “10.2.10.10”, “port”: “22”, “user”: “username”, “pass”: “**********”, “promptForPass”: false, “remote”: “/opt/home”, “local”: “”, “agent”: “”, “privatekey”: “”, “passphrase”: “”, “hosthash”: “”, “ignorehost”: true, “connTimeout”: 10000, “keepalive”: 10000, “keyboardInteractiveForPass”: true, “remoteCommand”: “”, “remoteShell”: “”, “watch”: , “watchTimeout”: 500, “session”: “”, “rs_name”: “”, “rs_tags”: }

i am using version 2.2.4

please help me for same.

shubhamjaincav avatar Sep 16 '20 08:09 shubhamjaincav

The remote path must alway / sign.

Please check the all issue, you set something wrong. https://github.com/icetee/remote-ftp/issues?q=is%3Aissue+sort%3Aupdated-desc+All+configured+authentication+methods+failed+

icetee avatar Sep 23 '20 22:09 icetee