-
Notifications
You must be signed in to change notification settings - Fork 35
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
Passwordless Support #424
Comments
I’m not sure if the unFTP specification / protocol actually allows passwordless logins unless you login with a client certificate. We do support passwordless login with client certificates if you use the jsonfile authenticator. The anonymous authenticator will indeed always ask for a password but it can be just any random password Do I understand correctly that what you are looking for is no password prompt at all? |
Thanks for your swift response. Yeah, that's exactly what I was looking for. |
@JBrenesS Although this might be easily implemented on the server side, the question is if FTP clients will adhere to this, perhaps. Wil need looking into. Mind sharing your use case? |
Hi ,
I am creating an FTP server, but I want to login in with a client with an anonymous and passwordless user, therefore, I would like to know if there is a way to do that. I tried to use the Anonymous Autectication structure, but the server keeps asking to introduce a password.
Thanks
@robklg
The text was updated successfully, but these errors were encountered: