http://www.perlmonks.org?node_id=873240


in reply to Re: Problems with Net::OpenSSH
in thread Problems with Net::OpenSSH

The hack works except that it doesn't return without issuing control-c. Is there some way around that? Part of the output follows.

andy@andy-desktop:~/core/arpinfo$ ./test3.pl ^C NetServ_Lab_SW_2#show ip arp Protocol Address Age (min) Hardware Addr Type Interface Internet 4.2.4.1 - 0016.c859.1b41 ARPA Vlan42 Internet 192.168.120.1 - 0016.c859.1b42 ARPA Vlan499 ... ... NetServ_Lab_SW_2# NetServ_Lab_SW_2#andy@andy-desktop:~/core/arpinfo$

Replies are listed 'Best First'.
Re^3: Problems with Net::OpenSSH
by salva (Canon) on Nov 23, 2010 at 17:27 UTC
    Is there any command you can send the remote box to close the session?

    For instance:

    my $out = $ssh->capture({stdin_data => "show ip arp\nexit\n"});