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

Net::OpenSSH::Constants - Constant definitions for Net::OpenSSH

Description

       This module exports the following constants:

       :error
             OSSH_MASTER_FAILED - some error related to the master SSH connection happened
             OSSH_SLAVE_FAILED - some error related to a slave SSH connection happened
             OSSH_SLAVE_PIPE_FAILED - unable to create pipe to communicate with slave process
             OSSH_SLAVE_TIMEOUT - slave process timeout
             OSSH_SLAVE_CMD_FAILED - child process exited with a non zero status
             OSSH_SLAVE_SFTP_FAILED - creation of SFTP client failed
             OSSH_ENCODING_ERROR - some error related to the encoding/decoding of strings happened

Name

       Net::OpenSSH::Constants - Constant definitions for Net::OpenSSH

Synopsis

         use Net::OpenSSH::Constants qw(:error);

See Also