Package org.eclipse.jgit.transport
Class SshConstants
java.lang.Object
org.eclipse.jgit.transport.SshConstants
Constants relating to ssh.
- Since:
- 5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Name of the ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String[]
All known default identity file names.static final String
Flag value.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Name of the default DSA private identity file.static final String
Name of the default ECDSA private identity file.static final String
Name of the default ECDSA private identity file.static final String
Name of the default RSA private identity file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Default name of the user "known hosts" file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Flag value.static final String
Key in an ssh config file.static final String
Flag value.static final String
Flag value.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Comma-separated list of jump hosts, defining a jump host chain in reverse order.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
URI scheme for sftp.static final int
IANA assigned port number for ssh.static final String
Default name for a ssh directory.static final String
URI scheme for ssh.static final String
Key in an ssh config file.static final String
Flag value.static final String
Key in an ssh config file.static final String
Key in an ssh config file.static final String
Flag value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SSH_DEFAULT_PORT
public static final int SSH_DEFAULT_PORTIANA assigned port number for ssh.- See Also:
-
SSH_SCHEME
URI scheme for ssh.- See Also:
-
SFTP_SCHEME
URI scheme for sftp.- See Also:
-
SSH_DIR
Default name for a ssh directory.- See Also:
-
CONFIG
Name of the ssh config file.- See Also:
-
KNOWN_HOSTS
Default name of the user "known hosts" file.- See Also:
-
BATCH_MODE
Key in an ssh config file.- See Also:
-
CANONICAL_DOMAINS
Key in an ssh config file.- See Also:
-
CERTIFICATE_FILE
Key in an ssh config file.- See Also:
-
CIPHERS
Key in an ssh config file.- See Also:
-
COMPRESSION
Key in an ssh config file.- See Also:
-
CONNECTION_ATTEMPTS
Key in an ssh config file.- See Also:
-
CONTROL_PATH
Key in an ssh config file.- See Also:
-
GLOBAL_KNOWN_HOSTS_FILE
Key in an ssh config file.- See Also:
-
HASH_KNOWN_HOSTS
Key in an ssh config file.- Since:
- 5.5
- See Also:
-
HOST
Key in an ssh config file.- See Also:
-
HOST_KEY_ALGORITHMS
Key in an ssh config file.- See Also:
-
HOST_NAME
Key in an ssh config file.- See Also:
-
IDENTITIES_ONLY
Key in an ssh config file.- See Also:
-
IDENTITY_AGENT
Key in an ssh config file.- See Also:
-
IDENTITY_FILE
Key in an ssh config file.- See Also:
-
KEX_ALGORITHMS
Key in an ssh config file.- See Also:
-
LOCAL_COMMAND
Key in an ssh config file.- See Also:
-
LOCAL_FORWARD
Key in an ssh config file.- See Also:
-
MACS
Key in an ssh config file.- See Also:
-
NUMBER_OF_PASSWORD_PROMPTS
Key in an ssh config file.- See Also:
-
PORT
Key in an ssh config file.- See Also:
-
PREFERRED_AUTHENTICATIONS
Key in an ssh config file.- See Also:
-
PROXY_COMMAND
Key in an ssh config file.- See Also:
-
PROXY_JUMP
Comma-separated list of jump hosts, defining a jump host chain in reverse order. Each jump host is a SSH URI or "[user@]host[:port]".Reverse order means: to connect A->B->target, one can do in
~/.ssh/config
either of:Host target ProxyJump B,A
or
Host target ProxyJump B Host B ProxyJump A
- Since:
- 5.10
- See Also:
-
REMOTE_COMMAND
Key in an ssh config file.- See Also:
-
REMOTE_FORWARD
Key in an ssh config file.- See Also:
-
SEND_ENV
Key in an ssh config file.- See Also:
-
STRICT_HOST_KEY_CHECKING
Key in an ssh config file.- See Also:
-
USER
Key in an ssh config file.- See Also:
-
USER_KNOWN_HOSTS_FILE
Key in an ssh config file.- See Also:
-
YES
Flag value.- See Also:
-
ON
Flag value.- See Also:
-
TRUE
Flag value.- See Also:
-
NO
Flag value.- See Also:
-
OFF
Flag value.- See Also:
-
FALSE
Flag value.- See Also:
-
ID_RSA
Name of the default RSA private identity file.- See Also:
-
ID_DSA
Name of the default DSA private identity file.- See Also:
-
ID_ECDSA
Name of the default ECDSA private identity file.- See Also:
-
ID_ED25519
Name of the default ECDSA private identity file.- See Also:
-
DEFAULT_IDENTITIES
All known default identity file names.
-
-
Constructor Details
-
SshConstants
private SshConstants()
-