Platforms to show: All Mac Windows Linux Cross-Platform

Back to SSH2SessionMBS class.

Previous items Next items

SSH2SessionMBS.kErrorKeyfileAuthFailed = -48

Type Topic Plugin Version
const Network MBS Network Plugin 19.5
One of the SSH error codes.

Authorization with key file failed.

SSH2SessionMBS.kErrorKnownHosts = -46

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Unknown host.

SSH2SessionMBS.kErrorMethodNone = -17

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

No method.

SSH2SessionMBS.kErrorMethodNotSupported = -33

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Method not supported.

SSH2SessionMBS.kErrorNone = 0

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

No error.

SSH2SessionMBS.kErrorOutOfBoundary = -41

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Out of Boundary.

SSH2SessionMBS.kErrorPasswordExpired = -15

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Password expired.

SSH2SessionMBS.kErrorProto = -14

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Protocol error.

SSH2SessionMBS.kErrorPublickeyProtocol = -36

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Publickey protocol failed.

SSH2SessionMBS.kErrorPublickeyUnverified = -19

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Publickey is not verified.

SSH2SessionMBS.kErrorRequestDenied = -32

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Request denied.

SSH2SessionMBS.kErrorScpProtocol = -28

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Error with SCP protocol.

SSH2SessionMBS.kErrorSftpProtocol = -31

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Error with SFTP protocol.

SSH2SessionMBS.kErrorSocketDisconnect = -13

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Socket got disconnected.

SSH2SessionMBS.kErrorSocketNone = -1

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

No socket error.

SSH2SessionMBS.kErrorSocketRecv = -43

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Socket receive failed.

SSH2SessionMBS.kErrorSocketSend = -7

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Socket send failed.

SSH2SessionMBS.kErrorSocketTimeout = -30

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Socket timeout.

SSH2SessionMBS.kErrorTimeout = -9

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Timeout.

SSH2SessionMBS.kErrorZlib = -29

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the SSH error codes.

Error with zlib (Compression).

SSH2SessionMBS.kFlagCompress = 2

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the session flag constants.

Set options for the created session. flag is the option to set, while value is typically set to 1 or 0 to enable or disable the option.
If set - before the connection negotiation is performed - libssh2 will try to negotiate compression enabling for this connection. By default libssh2 will not attempt to use compression.

SSH2SessionMBS.kFlagSigPipe = 1

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the session flag constants.

Set options for the created session. flag is the option to set, while value is typically set to 1 or 0 to enable or disable the option.
If set, libssh2 will not attempt to block SIGPIPEs but will let them trigger from the underlying socket layer.

SSH2SessionMBS.kHostKeyHashMD5 = 1

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the hash types.

MD5

SSH2SessionMBS.kHostKeyHashSHA1 = 2

Type Topic Plugin Version
const Network MBS Network Plugin 14.0
One of the hash types.

SHA1

SSH2SessionMBS.kHostKeyHashSHA256 = 3

Type Topic Plugin Version
const Network MBS Network Plugin 19.5
One of the hash types.

SHA256

SSH2SessionMBS.kMethodCompCS = 6

Type Topic Plugin Version
const Network MBS Network Plugin 18.5
One of the method constants for SetMethodPreference and SupportedAlgorithms.

Compression method.
e.g. zlib, zlib@openssh.com, none

SSH2SessionMBS.kMethodCompSC = 7

Type Topic Plugin Version
const Network MBS Network Plugin 18.5
One of the method constants for SetMethodPreference and SupportedAlgorithms.

Compression method.
e.g. zlib, zlib@openssh.com, none

SSH2SessionMBS.kMethodCryptCS = 2

Type Topic Plugin Version
const Network MBS Network Plugin 18.5
One of the method constants for SetMethodPreference and SupportedAlgorithms.

Crypt Method.
e.g. aes128-ctr, aes192-ctr, aes256-ctr, aes256-cbc, rijndael-cbc@lysator.liu.se, aes192-cbc, aes128-cbc, blowfish-cbc, arcfour128, arcfour, cast128-cbc, 3des-cbc.

SSH2SessionMBS.kMethodCryptSC = 3

Type Topic Plugin Version
const Network MBS Network Plugin 18.5
One of the method constants for SetMethodPreference and SupportedAlgorithms.

Crypt Method.
e.g. aes128-ctr, aes192-ctr, aes256-ctr, aes256-cbc, rijndael-cbc@lysator.liu.se, aes192-cbc, aes128-cbc, blowfish-cbc, arcfour128, arcfour, cast128-cbc, 3des-cbc

SSH2SessionMBS.kMethodHostKey = 1

Type Topic Plugin Version
const Network MBS Network Plugin 18.5
One of the method constants for SetMethodPreference and SupportedAlgorithms.

Host key method.
e.g. ssh-rsa, ssh-dss

Previous items Next items

The items on this page are in the following plugins: MBS Network Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...