class Net::SSH::HostKeyEntries::CertAuthority

def initialize(key, comment: nil)

def initialize(key, comment: nil)
  @key = key
  @comment = comment
end