public final class SshServerConfigFileReader extends Object
Modifier and Type | Field and Description |
---|---|
static Property<String> |
ALLOW_AGENT_FORWARDING_CONFIG_PROP |
static Property<String> |
ALLOW_TCP_FORWARDING_CONFIG_PROP |
static Property<String> |
ALLOW_X11_FORWARDING_CONFIG_PROP |
static Property<String> |
BANNER_CONFIG_PROP |
static Property<Duration> |
SERVER_ALIVE_INTERVAL_PROP |
static Property<Integer> |
SFTP_FORCED_VERSION_PROP |
static Property<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) |
static <S extends ServerFactoryManager> |
setupServerHeartbeat(S server,
Map<String,?> options) |
static <S extends ServerFactoryManager> |
setupServerHeartbeat(S server,
PropertyResolver props) |
static <S extends ServerFactoryManager> |
setupSftpSubsystem(S server,
PropertyResolver props) |
public static final Property<String> ALLOW_TCP_FORWARDING_CONFIG_PROP
public static final Property<String> ALLOW_AGENT_FORWARDING_CONFIG_PROP
public static final Property<String> ALLOW_X11_FORWARDING_CONFIG_PROP
public static <S extends ServerFactoryManager> S setupServerHeartbeat(S server, PropertyResolver props)
public static <S extends ServerFactoryManager> S setupServerHeartbeat(S server, Map<String,?> options)
public static <S extends ServerFactoryManager> S setupSftpSubsystem(S server, PropertyResolver props)
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–2024 The Apache Software Foundation. All rights reserved.