Module: HrrRbSsh::Message::SSH_MSG_USERAUTH_PK_OK

Extended by:
Codable
Defined in:
lib/hrr_rb_ssh/message/060_ssh_msg_userauth_pk_ok.rb

Constant Summary collapse

ID =
self.name.split('::').last
VALUE =
60
DEFINITION =
[
  #[DataType, Field Name]
  [DataType::Byte,      :'message number'],
  [DataType::String,    :'public key algorithm name from the request'],
  [DataType::String,    :'public key blob from the request'],
]

Method Summary

Methods included from Codable

common_definition, conditional_definition, decode, decode_recursively, encode, logger