liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 257 forks source link

Authentication failing for user with @ #876

Open xxxmicrobexxx opened 3 years ago

xxxmicrobexxx commented 3 years ago

On a cpanel server the primary FTP user uses the base account name e.g. user. However if another FTP user is created their username has the format extrauser@example.com

I am finding that there are no authentication issues for the primary account user name, however an additional user continually fails with the error All configured authentication methods failed. I have tested extensively using extrauser@example.com and extrauser and I can't connect.

Connecting via the primary account is trivial. See attached video

https://user-images.githubusercontent.com/1052491/104250716-e6098a80-54b9-11eb-8aae-e72d0e33fbe1.mp4