Table of Contents - hrr_rb_ssh-0.4.2 Documentation
Classes and Modules
- ClosedQueueError
- HrrRbSsh
- HrrRbSsh::Algorithm
- HrrRbSsh::Algorithm::Publickey
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2::EcdsaSignatureBlob
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2::PublicKeyBlob
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2::Signature
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2Nistp256
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2Nistp384
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2Nistp521
- HrrRbSsh::Algorithm::Publickey::SshDss
- HrrRbSsh::Algorithm::Publickey::SshDss::PublicKeyBlob
- HrrRbSsh::Algorithm::Publickey::SshDss::Signature
- HrrRbSsh::Algorithm::Publickey::SshRsa
- HrrRbSsh::Algorithm::Publickey::SshRsa::PublicKeyBlob
- HrrRbSsh::Algorithm::Publickey::SshRsa::Signature
- HrrRbSsh::Authentication
- HrrRbSsh::Authentication::Authenticator
- HrrRbSsh::Authentication::Constant
- HrrRbSsh::Authentication::Method
- HrrRbSsh::Authentication::Method::KeyboardInteractive
- HrrRbSsh::Authentication::Method::KeyboardInteractive::Context
- HrrRbSsh::Authentication::Method::KeyboardInteractive::InfoRequest
- HrrRbSsh::Authentication::Method::KeyboardInteractive::InfoResponse
- HrrRbSsh::Authentication::Method::None
- HrrRbSsh::Authentication::Method::None::Context
- HrrRbSsh::Authentication::Method::Password
- HrrRbSsh::Authentication::Method::Password::Context
- HrrRbSsh::Authentication::Method::Publickey
- HrrRbSsh::Authentication::Method::Publickey::Algorithm
- HrrRbSsh::Authentication::Method::Publickey::Algorithm::EcdsaSha2Nistp256
- HrrRbSsh::Authentication::Method::Publickey::Algorithm::EcdsaSha2Nistp384
- HrrRbSsh::Authentication::Method::Publickey::Algorithm::EcdsaSha2Nistp521
- HrrRbSsh::Authentication::Method::Publickey::Algorithm::Functionable
- HrrRbSsh::Authentication::Method::Publickey::Algorithm::SignatureBlob
- HrrRbSsh::Authentication::Method::Publickey::Algorithm::SshDss
- HrrRbSsh::Authentication::Method::Publickey::Algorithm::SshRsa
- HrrRbSsh::Authentication::Method::Publickey::Context
- HrrRbSsh::Client
- HrrRbSsh::Codable
- HrrRbSsh::Compat
- HrrRbSsh::Compat::OpenSSH
- HrrRbSsh::Compat::OpenSSH::AuthorizedKeys
- HrrRbSsh::Compat::OpenSSH::PublicKey
- HrrRbSsh::Connection
- HrrRbSsh::Connection::Channel
- HrrRbSsh::Connection::Channel::ChannelType
- HrrRbSsh::Connection::Channel::ChannelType::DirectTcpip
- HrrRbSsh::Connection::Channel::ChannelType::ForwardedTcpip
- HrrRbSsh::Connection::Channel::ChannelType::Session
- HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain
- HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain::ChainContext
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Env
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Env::Context
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Exec
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Exec::Context
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::PtyReq
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::PtyReq::Context
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Shell
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Shell::Context
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Subsystem
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Subsystem::Context
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::WindowChange
- HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::WindowChange::Context
- HrrRbSsh::Connection::GlobalRequestHandler
- HrrRbSsh::Connection::RequestHandler
- HrrRbSsh::Connection::RequestHandler::ReferenceEnvRequestHandler
- HrrRbSsh::Connection::RequestHandler::ReferenceExecRequestHandler
- HrrRbSsh::Connection::RequestHandler::ReferencePtyReqRequestHandler
- HrrRbSsh::Connection::RequestHandler::ReferenceShellRequestHandler
- HrrRbSsh::Connection::RequestHandler::ReferenceWindowChangeRequestHandler
- HrrRbSsh::DataType
- HrrRbSsh::DataType::Boolean
- HrrRbSsh::DataType::Byte
- HrrRbSsh::DataType::Mpint
- HrrRbSsh::DataType::NameList
- HrrRbSsh::DataType::String
- HrrRbSsh::DataType::Uint32
- HrrRbSsh::DataType::Uint64
- HrrRbSsh::Error
- HrrRbSsh::Error::ClosedAuthentication
- HrrRbSsh::Error::ClosedConnection
- HrrRbSsh::Error::ClosedTransport
- HrrRbSsh::Loggable
- HrrRbSsh::Message
- HrrRbSsh::Message::SSH_MSG_CHANNEL_CLOSE
- HrrRbSsh::Message::SSH_MSG_CHANNEL_DATA
- HrrRbSsh::Message::SSH_MSG_CHANNEL_EOF
- HrrRbSsh::Message::SSH_MSG_CHANNEL_EXTENDED_DATA
- HrrRbSsh::Message::SSH_MSG_CHANNEL_EXTENDED_DATA::DataTypeCode
- HrrRbSsh::Message::SSH_MSG_CHANNEL_FAILURE
- HrrRbSsh::Message::SSH_MSG_CHANNEL_OPEN
- HrrRbSsh::Message::SSH_MSG_CHANNEL_OPEN_CONFIRMATION
- HrrRbSsh::Message::SSH_MSG_CHANNEL_OPEN_FAILURE
- HrrRbSsh::Message::SSH_MSG_CHANNEL_OPEN_FAILURE::ReasonCode
- HrrRbSsh::Message::SSH_MSG_CHANNEL_REQUEST
- HrrRbSsh::Message::SSH_MSG_CHANNEL_REQUEST::SignalName
- HrrRbSsh::Message::SSH_MSG_CHANNEL_REQUEST::TerminalMode
- HrrRbSsh::Message::SSH_MSG_CHANNEL_SUCCESS
- HrrRbSsh::Message::SSH_MSG_CHANNEL_WINDOW_ADJUST
- HrrRbSsh::Message::SSH_MSG_DEBUG
- HrrRbSsh::Message::SSH_MSG_DISCONNECT
- HrrRbSsh::Message::SSH_MSG_DISCONNECT::ReasonCode
- HrrRbSsh::Message::SSH_MSG_GLOBAL_REQUEST
- HrrRbSsh::Message::SSH_MSG_IGNORE
- HrrRbSsh::Message::SSH_MSG_KEXDH_INIT
- HrrRbSsh::Message::SSH_MSG_KEXDH_REPLY
- HrrRbSsh::Message::SSH_MSG_KEXECDH_INIT
- HrrRbSsh::Message::SSH_MSG_KEXECDH_REPLY
- HrrRbSsh::Message::SSH_MSG_KEXINIT
- HrrRbSsh::Message::SSH_MSG_KEX_DH_GEX_GROUP
- HrrRbSsh::Message::SSH_MSG_KEX_DH_GEX_INIT
- HrrRbSsh::Message::SSH_MSG_KEX_DH_GEX_REPLY
- HrrRbSsh::Message::SSH_MSG_KEX_DH_GEX_REQUEST
- HrrRbSsh::Message::SSH_MSG_KEX_DH_GEX_REQUEST_OLD
- HrrRbSsh::Message::SSH_MSG_NEWKEYS
- HrrRbSsh::Message::SSH_MSG_REQUEST_FAILURE
- HrrRbSsh::Message::SSH_MSG_REQUEST_SUCCESS
- HrrRbSsh::Message::SSH_MSG_SERVICE_ACCEPT
- HrrRbSsh::Message::SSH_MSG_SERVICE_REQUEST
- HrrRbSsh::Message::SSH_MSG_UNIMPLEMENTED
- HrrRbSsh::Message::SSH_MSG_USERAUTH_FAILURE
- HrrRbSsh::Message::SSH_MSG_USERAUTH_INFO_REQUEST
- HrrRbSsh::Message::SSH_MSG_USERAUTH_INFO_RESPONSE
- HrrRbSsh::Message::SSH_MSG_USERAUTH_PK_OK
- HrrRbSsh::Message::SSH_MSG_USERAUTH_REQUEST
- HrrRbSsh::Message::SSH_MSG_USERAUTH_SUCCESS
- HrrRbSsh::Mode
- HrrRbSsh::OpenSslSecureRandom
- HrrRbSsh::Server
- HrrRbSsh::SubclassWithPreferenceListable
- HrrRbSsh::SubclassWithoutPreferenceListable
- HrrRbSsh::Transport
- HrrRbSsh::Transport::CompressionAlgorithm
- HrrRbSsh::Transport::CompressionAlgorithm::Functionable
- HrrRbSsh::Transport::CompressionAlgorithm::None
- HrrRbSsh::Transport::CompressionAlgorithm::Unfunctionable
- HrrRbSsh::Transport::CompressionAlgorithm::Zlib
- HrrRbSsh::Transport::Constant
- HrrRbSsh::Transport::Direction
- HrrRbSsh::Transport::EncryptionAlgorithm
- HrrRbSsh::Transport::EncryptionAlgorithm::Aes128Cbc
- HrrRbSsh::Transport::EncryptionAlgorithm::Aes128Ctr
- HrrRbSsh::Transport::EncryptionAlgorithm::Aes192Cbc
- HrrRbSsh::Transport::EncryptionAlgorithm::Aes192Ctr
- HrrRbSsh::Transport::EncryptionAlgorithm::Aes256Cbc
- HrrRbSsh::Transport::EncryptionAlgorithm::Aes256Ctr
- HrrRbSsh::Transport::EncryptionAlgorithm::Arcfour
- HrrRbSsh::Transport::EncryptionAlgorithm::BlowfishCbc
- HrrRbSsh::Transport::EncryptionAlgorithm::Cast128Cbc
- HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- HrrRbSsh::Transport::EncryptionAlgorithm::None
- HrrRbSsh::Transport::EncryptionAlgorithm::ThreeDesCbc
- HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- HrrRbSsh::Transport::KexAlgorithm
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellman::H0
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroup14Sha1
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroup14Sha256
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroup15Sha512
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroup16Sha512
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroup17Sha512
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroup18Sha512
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroup1Sha1
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange::H0
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchangeSha1
- HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchangeSha256
- HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman::H0
- HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellmanSha2Nistp256
- HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellmanSha2Nistp384
- HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellmanSha2Nistp521
- HrrRbSsh::Transport::KexAlgorithm::IvComputable
- HrrRbSsh::Transport::MacAlgorithm
- HrrRbSsh::Transport::MacAlgorithm::Functionable
- HrrRbSsh::Transport::MacAlgorithm::HmacMd5
- HrrRbSsh::Transport::MacAlgorithm::HmacMd5_96
- HrrRbSsh::Transport::MacAlgorithm::HmacSha1
- HrrRbSsh::Transport::MacAlgorithm::HmacSha1_96
- HrrRbSsh::Transport::MacAlgorithm::HmacSha2_256
- HrrRbSsh::Transport::MacAlgorithm::HmacSha2_512
- HrrRbSsh::Transport::MacAlgorithm::None
- HrrRbSsh::Transport::MacAlgorithm::Unfunctionable
- HrrRbSsh::Transport::Receiver
- HrrRbSsh::Transport::Sender
- HrrRbSsh::Transport::SequenceNumber
- HrrRbSsh::Transport::ServerHostKeyAlgorithm
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::EcdsaSha2Nistp256
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::EcdsaSha2Nistp384
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::EcdsaSha2Nistp521
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::Functionable
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::SshDss
- HrrRbSsh::Transport::ServerHostKeyAlgorithm::SshRsa
- OpenSSL
- OpenSSL::BN
- Queue
Methods
- ::decode — HrrRbSsh::DataType::Boolean
- ::decode — HrrRbSsh::DataType::Byte
- ::decode — HrrRbSsh::DataType::Mpint
- ::decode — HrrRbSsh::DataType::NameList
- ::decode — HrrRbSsh::DataType::String
- ::decode — HrrRbSsh::DataType::Uint32
- ::decode — HrrRbSsh::DataType::Uint64
- ::encode — HrrRbSsh::DataType::Boolean
- ::encode — HrrRbSsh::DataType::Byte
- ::encode — HrrRbSsh::DataType::Mpint
- ::encode — HrrRbSsh::DataType::NameList
- ::encode — HrrRbSsh::DataType::String
- ::encode — HrrRbSsh::DataType::Uint32
- ::encode — HrrRbSsh::DataType::Uint64
- ::included — HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- ::included — HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- ::new — HrrRbSsh::Algorithm::Publickey::SshDss
- ::new — HrrRbSsh::Algorithm::Publickey::SshRsa
- ::new — HrrRbSsh::Authentication
- ::new — HrrRbSsh::Authentication::Authenticator
- ::new — HrrRbSsh::Authentication::Method::KeyboardInteractive
- ::new — HrrRbSsh::Authentication::Method::KeyboardInteractive::Context
- ::new — HrrRbSsh::Authentication::Method::KeyboardInteractive::InfoRequest
- ::new — HrrRbSsh::Authentication::Method::KeyboardInteractive::InfoResponse
- ::new — HrrRbSsh::Authentication::Method::None
- ::new — HrrRbSsh::Authentication::Method::None::Context
- ::new — HrrRbSsh::Authentication::Method::Password
- ::new — HrrRbSsh::Authentication::Method::Password::Context
- ::new — HrrRbSsh::Authentication::Method::Publickey
- ::new — HrrRbSsh::Authentication::Method::Publickey::Context
- ::new — HrrRbSsh::Client
- ::new — HrrRbSsh::Compat::OpenSSH::AuthorizedKeys
- ::new — HrrRbSsh::Compat::OpenSSH::PublicKey
- ::new — OpenSSL::BN
- ::new — HrrRbSsh::Connection
- ::new — HrrRbSsh::Connection::Channel
- ::new — HrrRbSsh::Connection::Channel::ChannelType::DirectTcpip
- ::new — HrrRbSsh::Connection::Channel::ChannelType::ForwardedTcpip
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain::ChainContext
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Env::Context
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Exec::Context
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::PtyReq::Context
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Shell::Context
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Subsystem::Context
- ::new — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::WindowChange::Context
- ::new — HrrRbSsh::Connection::GlobalRequestHandler
- ::new — HrrRbSsh::Connection::RequestHandler
- ::new — HrrRbSsh::Connection::RequestHandler::ReferenceEnvRequestHandler
- ::new — HrrRbSsh::Connection::RequestHandler::ReferenceExecRequestHandler
- ::new — HrrRbSsh::Connection::RequestHandler::ReferencePtyReqRequestHandler
- ::new — HrrRbSsh::Connection::RequestHandler::ReferenceShellRequestHandler
- ::new — HrrRbSsh::Connection::RequestHandler::ReferenceWindowChangeRequestHandler
- ::new — HrrRbSsh::Server
- ::new — HrrRbSsh::Transport
- ::new — HrrRbSsh::Transport::Receiver
- ::new — HrrRbSsh::Transport::Sender
- ::new — HrrRbSsh::Transport::SequenceNumber
- ::new — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- ::new — HrrRbSsh::Authentication::Method::Publickey::Algorithm::Functionable
- ::new — HrrRbSsh::Codable
- ::new — HrrRbSsh::Transport::CompressionAlgorithm::Functionable
- ::new — HrrRbSsh::Transport::CompressionAlgorithm::Unfunctionable
- ::new — HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- ::new — HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- ::new — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- ::new — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- ::new — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- ::new — HrrRbSsh::Transport::MacAlgorithm::Functionable
- ::new — HrrRbSsh::Transport::MacAlgorithm::Unfunctionable
- ::new — HrrRbSsh::Transport::ServerHostKeyAlgorithm::Functionable
- ::run — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Env
- ::run — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Exec
- ::run — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::PtyReq
- ::run — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Shell
- ::run — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Subsystem
- ::run — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::WindowChange
- ::start — HrrRbSsh::Client
- ::start — HrrRbSsh::Server
- #[] — HrrRbSsh::SubclassWithPreferenceListable
- #[] — HrrRbSsh::SubclassWithoutPreferenceListable
- #__deq__ — Queue
- #__enq__ — Queue
- #__initialize__ — OpenSSL::BN
- #__subclass_list__ — HrrRbSsh::SubclassWithPreferenceListable
- #__subclass_list__ — HrrRbSsh::SubclassWithoutPreferenceListable
- #algorithm_name — HrrRbSsh::Compat::OpenSSH::PublicKey
- #assign_channel — HrrRbSsh::Connection
- #authenticate — HrrRbSsh::Authentication
- #authenticate — HrrRbSsh::Authentication::Authenticator
- #authenticate — HrrRbSsh::Authentication::Method::KeyboardInteractive
- #authenticate — HrrRbSsh::Authentication::Method::None
- #authenticate — HrrRbSsh::Authentication::Method::Password
- #authenticate — HrrRbSsh::Authentication::Method::Publickey
- #block_size — HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- #block_size — HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- #build_key — HrrRbSsh::Transport::KexAlgorithm::IvComputable
- #call_next — HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain
- #call_next — HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain::ChainContext
- #cancel_tcpip_forward — HrrRbSsh::Connection::GlobalRequestHandler
- #chain_proc — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Env::Context
- #chain_proc — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Exec::Context
- #chain_proc — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::PtyReq::Context
- #chain_proc — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Shell::Context
- #chain_proc — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Subsystem::Context
- #chain_proc — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::WindowChange::Context
- #channel_close — HrrRbSsh::Connection
- #channel_data — HrrRbSsh::Connection
- #channel_eof — HrrRbSsh::Connection
- #channel_extended_data — HrrRbSsh::Connection
- #channel_loop_thread — HrrRbSsh::Connection::Channel
- #channel_open — HrrRbSsh::Connection
- #channel_open_confirmation — HrrRbSsh::Connection
- #channel_open_start — HrrRbSsh::Connection
- #channel_request — HrrRbSsh::Connection
- #channel_window_adjust — HrrRbSsh::Connection
- #check_if_preferred_algorithms_are_supported — HrrRbSsh::Transport
- #close — HrrRbSsh::Authentication
- #close — HrrRbSsh::Client
- #close — Queue
- #close — HrrRbSsh::Connection
- #close — HrrRbSsh::Connection::Channel
- #close — HrrRbSsh::Connection::Channel::ChannelType::DirectTcpip
- #close — HrrRbSsh::Connection::Channel::ChannelType::ForwardedTcpip
- #close — HrrRbSsh::Connection::Channel::ChannelType::Session
- #close — HrrRbSsh::Connection::GlobalRequestHandler
- #close — HrrRbSsh::Transport
- #close — HrrRbSsh::Transport::CompressionAlgorithm::Functionable
- #close — HrrRbSsh::Transport::CompressionAlgorithm::Unfunctionable
- #close_session — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Env::Context
- #close_session — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Exec::Context
- #close_session — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::PtyReq::Context
- #close_session — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Shell::Context
- #close_session — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::Subsystem::Context
- #close_session — HrrRbSsh::Connection::Channel::ChannelType::Session::RequestType::WindowChange::Context
- #closed? — HrrRbSsh::Authentication
- #closed? — HrrRbSsh::Client
- #closed? — Queue
- #closed? — HrrRbSsh::Connection
- #closed? — HrrRbSsh::Connection::Channel
- #closed? — HrrRbSsh::Transport
- #common_definition — HrrRbSsh::Codable
- #compute — HrrRbSsh::Transport::MacAlgorithm::Functionable
- #compute — HrrRbSsh::Transport::MacAlgorithm::Unfunctionable
- #conditional_definition — HrrRbSsh::Codable
- #connect — HrrRbSsh::Connection::Channel::ChannelType::Session::ProcChain
- #connection_loop_thread — HrrRbSsh::Connection
- #decode — HrrRbSsh::Codable
- #decode_recursively — HrrRbSsh::Codable
- #decrypt — HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- #decrypt — HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- #deflate — HrrRbSsh::Transport::CompressionAlgorithm::Functionable
- #deflate — HrrRbSsh::Transport::CompressionAlgorithm::Unfunctionable
- #depacketize — HrrRbSsh::Transport::Receiver
- #deq — Queue
- #digest_length — HrrRbSsh::Transport::MacAlgorithm::Functionable
- #digest_length — HrrRbSsh::Transport::MacAlgorithm::Unfunctionable
- #disconnect — HrrRbSsh::Transport
- #each — HrrRbSsh::Compat::OpenSSH::AuthorizedKeys
- #ecdsa_signature_blob — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- #encode — HrrRbSsh::Codable
- #encrypt — HrrRbSsh::Transport::Sender
- #encrypt — HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- #encrypt — HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- #enq — Queue
- #err_receiver_thread — HrrRbSsh::Connection::Channel
- #err_sender_thread — HrrRbSsh::Connection::Channel
- #exchange_key — HrrRbSsh::Transport
- #exchange_version — HrrRbSsh::Transport
- #exec — HrrRbSsh::Client
- #exec! — HrrRbSsh::Client
- #generate_public_key_blob — HrrRbSsh::Authentication::Method::Publickey::Algorithm::Functionable
- #generate_signature — HrrRbSsh::Authentication::Method::Publickey::Algorithm::Functionable
- #global_request — HrrRbSsh::Connection
- #hash — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #hash — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #hash — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #increment — HrrRbSsh::Transport::SequenceNumber
- #inflate — HrrRbSsh::Transport::CompressionAlgorithm::Functionable
- #inflate — HrrRbSsh::Transport::CompressionAlgorithm::Unfunctionable
- #info_request — HrrRbSsh::Authentication::Method::KeyboardInteractive::Context
- #inherited — HrrRbSsh::SubclassWithPreferenceListable
- #inherited — HrrRbSsh::SubclassWithoutPreferenceListable
- #initialize_algorithms — HrrRbSsh::Transport
- #initialize_dh — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #initialize_local_algorithms — HrrRbSsh::Transport
- #initialize_options — HrrRbSsh::Client
- #io — HrrRbSsh::Connection::Channel
- #iv_c_to_s — HrrRbSsh::Transport::KexAlgorithm::IvComputable
- #iv_length — HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- #iv_length — HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- #iv_s_to_c — HrrRbSsh::Transport::KexAlgorithm::IvComputable
- #key_c_to_s — HrrRbSsh::Transport::KexAlgorithm::IvComputable
- #key_length — HrrRbSsh::Transport::EncryptionAlgorithm::Functionable
- #key_length — HrrRbSsh::Transport::EncryptionAlgorithm::Unfunctionable
- #key_length — HrrRbSsh::Transport::MacAlgorithm::Functionable
- #key_length — HrrRbSsh::Transport::MacAlgorithm::Unfunctionable
- #key_s_to_c — HrrRbSsh::Transport::KexAlgorithm::IvComputable
- #list_preferred — HrrRbSsh::SubclassWithPreferenceListable
- #list_supported — HrrRbSsh::SubclassWithPreferenceListable
- #list_supported — HrrRbSsh::SubclassWithoutPreferenceListable
- #log_debug — HrrRbSsh::Loggable
- #log_error — HrrRbSsh::Loggable
- #log_fatal — HrrRbSsh::Loggable
- #log_info — HrrRbSsh::Loggable
- #log_warn — HrrRbSsh::Loggable
- #loop — HrrRbSsh::Client
- #loop — HrrRbSsh::Connection
- #mac_c_to_s — HrrRbSsh::Transport::KexAlgorithm::IvComputable
- #mac_s_to_c — HrrRbSsh::Transport::KexAlgorithm::IvComputable
- #new_by_key_str — HrrRbSsh::Algorithm::Publickey::SshDss
- #new_by_key_str — HrrRbSsh::Algorithm::Publickey::SshRsa
- #new_by_key_str — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- #new_by_public_key_blob — HrrRbSsh::Algorithm::Publickey::SshDss
- #new_by_public_key_blob — HrrRbSsh::Algorithm::Publickey::SshRsa
- #new_by_public_key_blob — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- #out_receiver_thread — HrrRbSsh::Connection::Channel
- #out_sender_thread — HrrRbSsh::Connection::Channel
- #packetize — HrrRbSsh::Transport::Sender
- #proc_chain_thread — HrrRbSsh::Connection::Channel::ChannelType::Session
- #receive — HrrRbSsh::Authentication
- #receive — HrrRbSsh::Transport
- #receive — HrrRbSsh::Transport::Receiver
- #receive_kex_dh_gex_group — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #receive_kex_dh_gex_init — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #receive_kex_dh_gex_reply — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #receive_kex_dh_gex_request — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #receive_kexdh_init — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #receive_kexdh_reply — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #receive_kexecdh_init — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #receive_kexecdh_reply — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #receive_kexinit — HrrRbSsh::Transport
- #receive_mac — HrrRbSsh::Transport::Receiver
- #receive_newkeys — HrrRbSsh::Transport
- #receive_packet — HrrRbSsh::Transport::Receiver
- #receive_service_request — HrrRbSsh::Transport
- #receive_version — HrrRbSsh::Transport
- #receiver_thread — HrrRbSsh::Connection::Channel
- #receiver_thread — HrrRbSsh::Connection::Channel::ChannelType::DirectTcpip
- #receiver_thread — HrrRbSsh::Connection::Channel::ChannelType::ForwardedTcpip
- #register_acceptable_service — HrrRbSsh::Transport
- #request — HrrRbSsh::Connection::Channel::ChannelType::Session
- #request — HrrRbSsh::Connection::GlobalRequestHandler
- #request_authentication — HrrRbSsh::Authentication
- #request_authentication — HrrRbSsh::Authentication::Method::KeyboardInteractive
- #request_authentication — HrrRbSsh::Authentication::Method::None
- #request_authentication — HrrRbSsh::Authentication::Method::Password
- #request_authentication — HrrRbSsh::Authentication::Method::Publickey
- #request_channel_open — HrrRbSsh::Connection
- #respond_to_authentication — HrrRbSsh::Authentication
- #run — HrrRbSsh::Connection::RequestHandler
- #send — HrrRbSsh::Authentication
- #send — HrrRbSsh::Connection
- #send — HrrRbSsh::Transport
- #send — HrrRbSsh::Transport::Sender
- #send_channel_close — HrrRbSsh::Connection::Channel
- #send_channel_data — HrrRbSsh::Connection::Channel
- #send_channel_eof — HrrRbSsh::Connection::Channel
- #send_channel_extended_data — HrrRbSsh::Connection::Channel
- #send_channel_failure — HrrRbSsh::Connection::Channel
- #send_channel_open — HrrRbSsh::Connection
- #send_channel_open_confirmation — HrrRbSsh::Connection
- #send_channel_open_failure — HrrRbSsh::Connection
- #send_channel_request_env — HrrRbSsh::Connection::Channel
- #send_channel_request_exec — HrrRbSsh::Connection::Channel
- #send_channel_request_exit_status — HrrRbSsh::Connection::Channel
- #send_channel_request_pty_req — HrrRbSsh::Connection::Channel
- #send_channel_request_shell — HrrRbSsh::Connection::Channel
- #send_channel_request_signal — HrrRbSsh::Connection::Channel
- #send_channel_request_subsystem — HrrRbSsh::Connection::Channel
- #send_channel_request_window_change — HrrRbSsh::Connection::Channel
- #send_channel_success — HrrRbSsh::Connection::Channel
- #send_channel_window_adjust — HrrRbSsh::Connection::Channel
- #send_disconnect — HrrRbSsh::Transport
- #send_kex_dh_gex_group — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #send_kex_dh_gex_init — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #send_kex_dh_gex_reply — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #send_kex_dh_gex_request — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #send_kexdh_init — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #send_kexdh_reply — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #send_kexecdh_init — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #send_kexecdh_reply — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #send_kexinit — HrrRbSsh::Transport
- #send_mac — HrrRbSsh::Transport::Sender
- #send_method_specific_message — HrrRbSsh::Authentication
- #send_newkeys — HrrRbSsh::Transport
- #send_packet — HrrRbSsh::Transport::Sender
- #send_request_failure — HrrRbSsh::Connection
- #send_request_success — HrrRbSsh::Connection
- #send_request_with_signature — HrrRbSsh::Authentication::Method::Publickey
- #send_request_without_signature — HrrRbSsh::Authentication::Method::Publickey
- #send_service_accept — HrrRbSsh::Transport
- #send_service_request — HrrRbSsh::Transport
- #send_userauth_failure — HrrRbSsh::Authentication
- #send_userauth_success — HrrRbSsh::Authentication
- #send_version — HrrRbSsh::Transport
- #sender_thread — HrrRbSsh::Connection::Channel
- #sender_thread — HrrRbSsh::Connection::Channel::ChannelType::DirectTcpip
- #sender_thread — HrrRbSsh::Connection::Channel::ChannelType::ForwardedTcpip
- #server_public_host_key — HrrRbSsh::Transport::ServerHostKeyAlgorithm::Functionable
- #set_remote_parameters — HrrRbSsh::Connection::Channel
- #shared_secret — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #shared_secret — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #shared_secret — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #shell — HrrRbSsh::Client
- #sign — HrrRbSsh::Algorithm::Publickey::SshDss
- #sign — HrrRbSsh::Algorithm::Publickey::SshRsa
- #sign — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- #sign — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #sign — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #sign — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #sign — HrrRbSsh::Transport::ServerHostKeyAlgorithm::Functionable
- #start — HrrRbSsh::Authentication
- #start — HrrRbSsh::Client
- #start — HrrRbSsh::Connection
- #start — HrrRbSsh::Connection::Channel
- #start — HrrRbSsh::Connection::Channel::ChannelType::DirectTcpip
- #start — HrrRbSsh::Connection::Channel::ChannelType::ForwardedTcpip
- #start — HrrRbSsh::Connection::Channel::ChannelType::Session
- #start — HrrRbSsh::Server
- #start — HrrRbSsh::Transport
- #start — HrrRbSsh::Transport::KexAlgorithm::DiffieHellman
- #start — HrrRbSsh::Transport::KexAlgorithm::DiffieHellmanGroupExchange
- #start — HrrRbSsh::Transport::KexAlgorithm::EllipticCurveDiffieHellman
- #start_kex_algorithm — HrrRbSsh::Transport
- #subsystem — HrrRbSsh::Client
- #tcpip_forward — HrrRbSsh::Connection::GlobalRequestHandler
- #to_message — HrrRbSsh::Authentication::Method::KeyboardInteractive::InfoRequest
- #to_payload — HrrRbSsh::Authentication::Method::KeyboardInteractive::InfoRequest
- #to_pem — HrrRbSsh::Algorithm::Publickey::SshDss
- #to_pem — HrrRbSsh::Algorithm::Publickey::SshRsa
- #to_pem — HrrRbSsh::Compat::OpenSSH::PublicKey
- #to_pem — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- #to_public_key_blob — HrrRbSsh::Algorithm::Publickey::SshDss
- #to_public_key_blob — HrrRbSsh::Algorithm::Publickey::SshRsa
- #to_public_key_blob — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- #update_compression_algorithm — HrrRbSsh::Transport
- #update_encryption_algorithm — HrrRbSsh::Transport
- #update_encryption_mac_compression_algorithms — HrrRbSsh::Transport
- #update_kex_and_server_host_key_algorithms — HrrRbSsh::Transport
- #update_mac_algorithm — HrrRbSsh::Transport
- #update_preferred_algorithms — HrrRbSsh::Transport
- #update_remote_algorithms — HrrRbSsh::Transport
- #update_supported_algorithms — HrrRbSsh::Transport
- #update_version_strings — HrrRbSsh::Transport
- #userauth_pk_ok_message — HrrRbSsh::Authentication::Method::Publickey
- #username — HrrRbSsh::Authentication
- #variables — HrrRbSsh::Authentication
- #verify — HrrRbSsh::Algorithm::Publickey::SshDss
- #verify — HrrRbSsh::Algorithm::Publickey::SshRsa
- #verify — HrrRbSsh::Authentication::Method::None::Context
- #verify — HrrRbSsh::Authentication::Method::Password::Context
- #verify — HrrRbSsh::Authentication::Method::Publickey::Context
- #verify — HrrRbSsh::Algorithm::Publickey::EcdsaSha2
- #verify — HrrRbSsh::Transport::ServerHostKeyAlgorithm::Functionable
- #verify_public_key — HrrRbSsh::Authentication::Method::Publickey::Context
- #verify_public_key — HrrRbSsh::Authentication::Method::Publickey::Algorithm::Functionable
- #verify_public_key_algorithm_name — HrrRbSsh::Authentication::Method::Publickey::Context
- #verify_service_request — HrrRbSsh::Transport
- #verify_signature — HrrRbSsh::Authentication::Method::Publickey::Context
- #verify_signature — HrrRbSsh::Authentication::Method::Publickey::Algorithm::Functionable
- #verify_username — HrrRbSsh::Authentication::Method::Publickey::Context
- #wait_until_closed — HrrRbSsh::Connection::Channel
- #wait_until_senders_closed — HrrRbSsh::Connection::Channel
- #wait_until_started — HrrRbSsh::Connection::Channel