Password Change API for SSH Connection or SFTP

0
HI,

actually we need an API for SSH Connection or SFTP

API for changing ssh or sftp connection password

right now you have option to change password only wen the password is going to expire.

i need an API to change password any time when i need to , API should be like

sshconnection.ChangePassword("oldusername","oldpassword","newpassword");

it would be really great if you can provide solution for this.

waiting for your reply
edited 11/30/2017 11:56:06 PM
asked 6/30/2011 7:18:05 AM
add a comment

1 Answers

0
It's possible to change password in SSH connection. For Unix, you can send a passwd to the SSH server to change the password. Due to variety of SSH server types, we do not provide one-size-fit-all solution for changing password.
 
answered 11/16/2017 12:41:33 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged word ftp sftp or ask your own question.