|
Question : Automatic login for Telnet
|
|
Hi
I want to telnet some machine and I wonder is there any telnet client that allowes interaction within.
I tried :
telnet 192.168.1.1 echo user echo password
from windows and in bash.
Any pointers?
|
Answer : Automatic login for Telnet
|
|
In former times I used the program CRT-console (?) for just that same feature - you can enter script-like expectations and answers
for example:
expect> "user:" answer> "your username" expect> "password:" answer> "your password"
these answers where filled in automatic, when the expected ascii-code matches
Link to the software: http://www.vandyke.com/products/crt/
good luck Holger
|
|
|