|
NAMEApp::Netdisco::Transport::SSHDESCRIPTIONReturns 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.
Visit the GSP FreeBSD Man Page Interface. |