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,
});