|
Home > Archive > Unix Shell > January 2006 > automate telnet
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| hi,
i wnt to telnet to an ip and change the password with the help of shell
script. can someone help ?
I want to do the follwing with the help of of script :
telnet some_ip_address
user : some_user
passorwd : some pass_word
after logging to that used id i want to change the password of that
user id . so something like this :
passwd
old password: some password
new password : some new password
retype new password : some new password
Please note that i want to chnge the password of the user id , to which
i have logged in via telnet.
Please help.
Regards,
Romy
| |
|
|
|
| Thanks Michael,
it worked.
Regards,
romy
|
|
|
|
|