Class SshServerConfigFileReader


  • public final class SshServerConfigFileReader
    extends java.lang.Object
    Reads and interprets some useful configurations from an OpenSSH configuration file.
    See Also:
    sshd_config(5)
    • Field Detail

      • ALLOW_TCP_FORWARDING_CONFIG_PROP

        public static final Property<java.lang.String> ALLOW_TCP_FORWARDING_CONFIG_PROP
      • ALLOW_AGENT_FORWARDING_CONFIG_PROP

        public static final Property<java.lang.String> ALLOW_AGENT_FORWARDING_CONFIG_PROP
      • ALLOW_X11_FORWARDING_CONFIG_PROP

        public static final Property<java.lang.String> ALLOW_X11_FORWARDING_CONFIG_PROP
      • BANNER_CONFIG_PROP

        public static final Property<java.lang.String> BANNER_CONFIG_PROP
      • VISUAL_HOST_KEY

        public static final Property<java.lang.String> VISUAL_HOST_KEY
      • SERVER_ALIVE_INTERVAL_PROP

        public static final Property<java.time.Duration> SERVER_ALIVE_INTERVAL_PROP
      • SFTP_FORCED_VERSION_PROP

        public static final Property<java.lang.Integer> SFTP_FORCED_VERSION_PROP
    • Constructor Detail

      • SshServerConfigFileReader

        private SshServerConfigFileReader()