I am using Pureftpd for ftps connections.I do not intend to set password for any of the configured SPIDs.However when the user tries to connect at the other end he/she gets a password prompt. Is there any change I have to do in pureftpd set up in order to avoid password prompt?
You can use anonymous-access for ftps to prevent a password-prompt or use a script during the connection (on the client-side), that sends user and password. Or do you need sftp? for sftp without a password create shell-users and enter theire public-key.
Hi,I tried changing the AnonymousOnly property to yes in pureftpd.conf file ..but dint work.if i am not configuring any password for my users..i generally put it as nil.But not sure.,why it asks for password..