# File lib/sshkit/backends/netssh/known_hosts.rb, line 10 def initialize(path) super() @path = File.expand_path(path) @hosts_keys = nil end