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

Failed to Connect when sftp password contains @ char #59

Open
darwis059 opened this issue Nov 4, 2020 · 3 comments
Open

Failed to Connect when sftp password contains @ char #59

darwis059 opened this issue Nov 4, 2020 · 3 comments

Comments

@darwis059
Copy link

I have ssh password with @ char. after successfully add sftp source, vfs.sftp addons failed to connect when browsing for media files. it pass my password as username. here my ssh auth log:

sshd[9295]: Invalid user sssss from 10.38.9.221 port 53222
sshd[9295]: Failed none for invalid user sssss from 10.38.9.221 port 53222 ssh2
sshd[9295]: Received disconnect from 10.38.9.221 port 53222:11: Bye Bye [preauth]
sshd[9295]: Disconnected from invalid user sssss 10.38.9.221 port 53222 [preauth]

sssss is not my username, its part of my sftp password (after @ char)

@thiswillbeyourgithub
Copy link

Just chiming to say that it happenned to me too.

@Sopor
Copy link

Sopor commented Apr 5, 2021

Have you tried replacing the @ sign in the password with %40?

@thiswillbeyourgithub
Copy link

I ended up just changing my password :/

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

3 participants