Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Passing telnet commands through SSH

by snoopy (Curate)
on Apr 02, 2014 at 22:06 UTC ( [id://1080844]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % telnet localhost 10023
    Trying 127.0.0.1...
    ...
    Escape character is '^]'.
    ....
    login:
    
  2. or download this
    #!/usr/bin/perl
    use warnings; use strict;
    ...
    print "found password prompt...";
    $telnet->print($password);
    print "logged in yay!\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1080844]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 02:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found