[SunHELP] Changing passwords through remote SSH command???
Dale Ghent
daleg at elemental.org
Thu Jan 24 10:14:17 CST 2002
On Thu, 24 Jan 2002, Robert Banniza wrote:
| I'm authenticating off of keys using SSH. I want to change my password
| on a machine remotely by saying 'ssh robert at server "passwd robert"' but
| I never get prompted for password change information. Rather, my prompt
| comes back to me as though nothing happened. How can I do this remotely
| without using an expect script?
try:
ssh -t robert at server 'passwd robert'
/dale
More information about the SunHELP
mailing list