How does a user change their password?

Core FTP Server questions and answers
Locked
james.ernst
Posts: 2
Joined: Thu Jul 18, 2013 7:10 pm

How does a user change their password?

Post by james.ernst »

I've asked via the support email, and I've searched all over the internet.

How can an user change their password on our CoreFtp Server SFTP site? I've right-clicked from the client and attempted to send a command (e.g. PSWD) but all I get back is an error message saying "Server refused to start a shell/command".

Is there something I have to do to enable shell or command functionality?

If there's no way to change passwords, I will have to drop this software and go with one that follows some sort of reasonable security standards.
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

PSWD will work with FTP/SSL/FTPS, but not SFTP.

There hasn't been an option via SFTP for the client to do it because it's not supported by the SFTP protocol.

An option will be added to change the SFTP password via SSH, using the passwd command (from any terminal) in build 491 and greater.

Example: ssh user@domain passwd


It should soon be added to the Core FTP client also. [as of build 1931 - Change password option (right click remote - misc)]
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Additionally the user setting "Allow user to change password" needs to be checked.
Locked