Class GitModuleProperties
java.lang.Object
org.apache.sshd.git.GitModuleProperties
Configurable properties for sshd-git.
- Author:
- Apache MINA SSHD Project
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.sshd.common.Property<Duration> Property used to configure the SSHDFactoryManagerwith the default timeout (millis) to authenticate with the remote SSH server.static final org.apache.sshd.common.Property<Duration> Property used to configure the SSHDFactoryManagerwith the default timeout (millis) to open a channel to the remote SSH server. is used.static final org.apache.sshd.common.Property<Duration> Property used to configure the SSHDFactoryManagerwith the default timeout (millis) to connect to the remote SSH server.static final org.apache.sshd.common.Property<String> Property used to configure the SSHDFactoryManagerwith theGIT_PROTOCOLenvironment variable. -
Method Summary
-
Field Details
-
CONNECT_TIMEOUT
Property used to configure the SSHDFactoryManagerwith the default timeout (millis) to connect to the remote SSH server. -
AUTH_TIMEOUT
Property used to configure the SSHDFactoryManagerwith the default timeout (millis) to authenticate with the remote SSH server. -
CHANNEL_OPEN_TIMEOUT
Property used to configure the SSHDFactoryManagerwith the default timeout (millis) to open a channel to the remote SSH server. is used. -
GIT_PROTOCOL_VERSION
Property used to configure the SSHDFactoryManagerwith theGIT_PROTOCOLenvironment variable. The default is not specified and therefore original (v0) protocol is used.
-