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

Passwordless Support #424

Open
JBrenesS opened this issue Jul 13, 2022 · 3 comments
Open

Passwordless Support #424

JBrenesS opened this issue Jul 13, 2022 · 3 comments

Comments

@JBrenesS
Copy link

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

@hannesdejager
Copy link
Collaborator

hannesdejager commented Jul 14, 2022

@JBrenesS Hi @JBrenesS

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?

@JBrenesS
Copy link
Author

Hi @hannesdejager

Thanks for your swift response. Yeah, that's exactly what I was looking for.

@hannesdejager
Copy link
Collaborator

hannesdejager commented Jul 14, 2022

@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?

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

2 participants