# File lib/net/ssh/known-hosts.rb, line 33
      def hostfile_locations
        @hostfile_locations ||= [
          "#{home_directory}/.ssh/known_hosts",
          "#{home_directory}/.ssh/known_hosts2",
          "/etc/ssh/ssh_known_hosts",
          "/etc/ssh/ssh_known_hosts2"
        ]
      end