Class DefaultConfigFileHostEntryResolver

  • All Implemented Interfaces:
    HostConfigEntryResolver

    public class DefaultConfigFileHostEntryResolver
    extends ConfigFileHostEntryResolver
    Monitors the ~/.ssh/config file of the user currently running the client, re-loading it if necessary. It also (optionally) enforces the same permissions regime as OpenSSH
    • Field Detail

      • strict

        private final boolean strict
    • Constructor Detail

      • DefaultConfigFileHostEntryResolver

        public DefaultConfigFileHostEntryResolver​(java.nio.file.Path path,
                                                  boolean strict,
                                                  java.nio.file.LinkOption... options)