class SSH2::KnownHosts
- SSH2::KnownHosts
- Reference
- Object
Included Modules
- Enumerable(SSH2::KnownHosts::Host)
Defined in:
known_hosts.crConstructors
Instance Method Summary
- #add(host, salt, key, comment, typemask : LibSSH2::TypeMask)
- #check(host, port, key, typemask : LibSSH2::TypeMask)
- #delete_if(&)
-
#each(&)
Must yield this collection's elements to the block.
- #finalize
- #read_file(filename)
- #read_line(line)
- #to_unsafe : Pointer(Void)
- #write_file(filename)
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(SSH2::KnownHosts::Host)
Must yield this collection's elements to the block.