1Net::OpenSSH::ConstantsU(s3e)r Contributed Perl DocumentaNteito:n:OpenSSH::Constants(3)
2
3
4
6 Net::OpenSSH::Constants - Constant definitions for Net::OpenSSH
7
9 use Net::OpenSSH::Constants qw(:error);
10
12 This module exports the following constants:
13
14 :error
15 OSSH_MASTER_FAILED - some error related to the master SSH connection happened
16 OSSH_SLAVE_FAILED - some error related to a slave SSH connection happened
17 OSSH_SLAVE_PIPE_FAILED - unable to create pipe to communicate with slave process
18 OSSH_SLAVE_TIMEOUT - slave process timeout
19 OSSH_SLAVE_CMD_FAILED - child process exited with a non zero status
20 OSSH_SLAVE_SFTP_FAILED - creation of SFTP client failed
21 OSSH_ENCODING_ERROR - some error related to the encoding/decoding of strings happened
22
24 Copyright (C) 2008, 2009 by Salvador FandiƱo (sfandino@yahoo.com)
25
26 This library is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself, either Perl version 5.10.0 or, at
28 your option, any later version of Perl 5 you may have available.
29
30
31
32perl v5.38.0 2023-07-26 Net::OpenSSH::Constants(3)