There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

App::Netdisco::Transport::SSH

DESCRIPTION

Returns an object which has an active SSH connection which can be used for some actions such as arpnip.

my $cli = App::Netdisco::Transport::SSH->session_for( ... );

session_for( $ip )

Given an IP address, returns an object instance configured for and connected to that device.

Returns undef if the connection fails.