| Author |
how to auto login through shell scripts?
|
Dez Max
Ranch Hand
Joined: Oct 01, 2002
Posts: 41
|
|
Hi Folks, I'm quite inexperience in shell scripts. I've a situation wherein i want to a telnet to another server through my shell scripts, and do some stuffs and come back. Now my problem how to supply login and passwd in shell scripts, so that it does not ask user to type in the user id and passwd. Let me know if any of you know about this. Hope to hear from you guys. regs Dez
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
|
Have you ever heard of a program called "expect"?
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Dez Max
Ranch Hand
Joined: Oct 01, 2002
Posts: 41
|
|
|
No i haven't heard . Do let me know about it?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
When in doubt, Google it out! http://www.linux-mag.com/2001-01/guru_01.html http://www-106.ibm.com/developerworks/linux/library/l-sc1/
|
 |
Dez Max
Ranch Hand
Joined: Oct 01, 2002
Posts: 41
|
|
|
thanks Tim.
|
 |
 |
|
|
subject: how to auto login through shell scripts?
|
|
|