The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.