public final class SshServerConfigFileReader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALLOW_AGENT_FORWARDING_CONFIG_PROP |
static String |
ALLOW_TCP_FORWARDING_CONFIG_PROP |
static String |
ALLOW_X11_FORWARDING_CONFIG_PROP |
static String |
BANNER_CONFIG_PROP |
static String |
DEFAULT_AGENT_FORWARDING |
static String |
DEFAULT_TCP_FORWARDING |
static String |
DEFAULT_VISUAL_HOST_KEY |
static String |
DEFAULT_X11_FORWARDING |
static String |
VISUAL_HOST_KEY |
Modifier and Type | Method and Description |
---|---|
static <S extends SshServer> |
configure(S server,
PropertyResolver props,
boolean lenient,
boolean ignoreUnsupported) |
static AgentForwardingFilter |
resolveAgentForwardingFilter(PropertyResolver options) |
static Object |
resolveBanner(PropertyResolver options) |
static ForwardingFilter |
resolveServerForwarding(PropertyResolver options) |
static TcpForwardingFilter |
resolveTcpForwardingFilter(PropertyResolver options) |
static X11ForwardingFilter |
resolveX11ForwardingFilter(PropertyResolver options) |
public static final String ALLOW_TCP_FORWARDING_CONFIG_PROP
public static final String DEFAULT_TCP_FORWARDING
public static final String ALLOW_AGENT_FORWARDING_CONFIG_PROP
public static final String DEFAULT_AGENT_FORWARDING
public static final String ALLOW_X11_FORWARDING_CONFIG_PROP
public static final String DEFAULT_X11_FORWARDING
public static final String BANNER_CONFIG_PROP
public static final String VISUAL_HOST_KEY
public static final String DEFAULT_VISUAL_HOST_KEY
public static <S extends SshServer> S configure(S server, PropertyResolver props, boolean lenient, boolean ignoreUnsupported)
public static ForwardingFilter resolveServerForwarding(PropertyResolver options)
public static AgentForwardingFilter resolveAgentForwardingFilter(PropertyResolver options)
public static TcpForwardingFilter resolveTcpForwardingFilter(PropertyResolver options)
public static X11ForwardingFilter resolveX11ForwardingFilter(PropertyResolver options)
public static Object resolveBanner(PropertyResolver options)
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.