DOKK / manpages / debian 11 / im / IM::Ssh.3pm.en
IM::Ssh(3pm) Internet Message Perl modules IM::Ssh(3pm)

IM::Ssh - SSH handler

 use IM::Ssh;
 if ($remote = ssh_proxy($server, $remote, $local, $host)) {
     # connection succeeded
 } else {
     # connection failed
 }

The IM::Ssh module handles SSH.

This modules is provided by IM (Internet Message).

IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details.

2016-10-10 IM153