![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Looking for a script to reset password | soliberus | SUN Solaris | 3 | 05-11-2008 08:15 AM |
| Netra T1 LOM Password Reset | Pratik Gharti | SUN Solaris | 1 | 11-12-2007 04:28 PM |
| automation script for password reset | yakyaj | UNIX for Advanced & Expert Users | 9 | 06-06-2007 09:58 AM |
| I would like to reset my password | matrixmadhan | Post Here to Contact Site Administrators and Moderators | 5 | 04-30-2007 07:46 PM |
| how to reset the password in solaris | mallesh | SUN Solaris | 1 | 06-20-2005 03:16 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Is it possible to write a script to reset user's password?
Is there anyway that I can reset user's password using a script/ssh command?
ie. emulate passwd command with a default password of abc123 or even null value? > ssh server1 pwdadm user1 < /dev/null or > ssh server1 passwd user1 < /dev/null neither worked for me.. but you know what I mean... I couldn't emulate enter keys. I know this method is not recommended, but I've got more than 40 servers, and I don't want to login to every server to reset passwords. Thanks in advance. |
| Forum Sponsor | ||
|
|