viperbmw69 has asked for the wisdom of the Perl Monks concerning the following question:

Hello I am look to find out about the Module. I use it and it is great. How do I get the input_log to work with SSH? I get nothing when I use it. Also how can I set the Prompt? In the Telent:Cisco Module you can set the prompt so that I could Telnet into an IOSXR. I need SSH so I am using this module. I am not having any luck with this. Thanks!!
my $s = Net::Appliance::Session->new({ personality => 'ios', transport => 'SSH', Input_log => 'input.log', Timeout => 15, host => $ip, });

Replies are listed 'Best First'.
Re: net::applance::session Help
by Corion (Patriarch) on Mar 15, 2014 at 06:40 UTC

    Where in the documentation did you find Input_log? I don't find this documented (or mentioned) anywhere in the distribution.