struct SSH2::KnownHosts::Host

Overview

A single known-host entry: its #name, #key and #typemask.

Defined in:

known_hosts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : Nil | String, key : Nil | String, typemask : LibSSH2::TypeMask | Nil) #

[View source]

Instance Method Detail

def key : String | Nil #

[View source]
def name : String | Nil #

[View source]
def typemask : LibSSH2::TypeMask | Nil #

[View source]