logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       The IM::Ssh module handles SSH.

       This modules is provided by IM (Internet Message).

Name

       IM::Ssh - SSH handler

Synopsis

        use IM::Ssh;

        if ($remote = ssh_proxy($server, $remote, $local, $host)) {
            # connection succeeded
        } else {
            # connection failed
        }

See Also