Help for this page

Select Code to Download


  1. or download this
    my $output = $ssh->capture({stdin_data =>
    "term length 0\nterm width 512\nsh ver\nsh run\nexit\n"});
    
  2. or download this
    my @Output = $SSH->capture({stdin_data =>
    "terminal length 0\nterminal width 512\nshow ip accounting\nexit\n"});