Class FileKnownHostsProvider

    • Constructor Detail

      • FileKnownHostsProvider

        public FileKnownHostsProvider​(java.io.File file)
                               throws java.io.IOException
        Creates the FileKnownHostsProvider.
        Parameters:
        file - the file that holds the known hosts, in the openssh format
        Throws:
        java.io.IOException
      • FileKnownHostsProvider

        public FileKnownHostsProvider()
                               throws java.io.IOException
        Creates a FileKnownHostsProvider using as file openssh knwon_host
        Throws:
        java.io.IOException
        See Also:
        FileKnownHostsProvider(File)