function ChangePassword(const NewPassword: string): boolean;
Description
Changes the current user's password on the server to the one specified in the NewPassword parameter. The method returns True if the password is change successfully.
Before calling ChangePassword,ensure that a connection to the SSH server is established.
See Also