public final class SshConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BATCH_MODE
Key in an ssh config file.
|
static String |
CANONICAL_DOMAINS
Key in an ssh config file.
|
static String |
CERTIFICATE_FILE
Key in an ssh config file.
|
static String |
CIPHERS
Key in an ssh config file.
|
static String |
COMPRESSION
Key in an ssh config file.
|
static String |
CONFIG
Name of the ssh config file.
|
static String |
CONNECTION_ATTEMPTS
Key in an ssh config file.
|
static String |
CONTROL_PATH
Key in an ssh config file.
|
static String[] |
DEFAULT_IDENTITIES
All known default identity file names.
|
static String |
FALSE
Flag value.
|
static String |
GLOBAL_KNOWN_HOSTS_FILE
Key in an ssh config file.
|
static String |
HASH_KNOWN_HOSTS
Key in an ssh config file.
|
static String |
HOST
Key in an ssh config file.
|
static String |
HOST_KEY_ALGORITHMS
Key in an ssh config file.
|
static String |
HOST_NAME
Key in an ssh config file.
|
static String |
ID_DSA
Name of the default DSA private identity file.
|
static String |
ID_ECDSA
Name of the default ECDSA private identity file.
|
static String |
ID_ED25519
Name of the default ECDSA private identity file.
|
static String |
ID_RSA
Name of the default RSA private identity file.
|
static String |
IDENTITIES_ONLY
Key in an ssh config file.
|
static String |
IDENTITY_AGENT
Key in an ssh config file.
|
static String |
IDENTITY_FILE
Key in an ssh config file.
|
static String |
KEX_ALGORITHMS
Key in an ssh config file.
|
static String |
KNOWN_HOSTS
Default name of the user "known hosts" file.
|
static String |
LOCAL_COMMAND
Key in an ssh config file.
|
static String |
LOCAL_FORWARD
Key in an ssh config file.
|
static String |
MACS
Key in an ssh config file.
|
static String |
NO
Flag value.
|
static String |
NUMBER_OF_PASSWORD_PROMPTS
Key in an ssh config file.
|
static String |
OFF
Flag value.
|
static String |
ON
Flag value.
|
static String |
PORT
Key in an ssh config file.
|
static String |
PREFERRED_AUTHENTICATIONS
Key in an ssh config file.
|
static String |
PROXY_COMMAND
Key in an ssh config file.
|
static String |
REMOTE_COMMAND
Key in an ssh config file.
|
static String |
REMOTE_FORWARD
Key in an ssh config file.
|
static String |
SEND_ENV
Key in an ssh config file.
|
static String |
SFTP_SCHEME
URI scheme for sftp.
|
static int |
SSH_DEFAULT_PORT
IANA assigned port number for ssh.
|
static String |
SSH_DIR
Default name for a ssh directory.
|
static String |
SSH_SCHEME
URI scheme for ssh.
|
static String |
STRICT_HOST_KEY_CHECKING
Key in an ssh config file.
|
static String |
TRUE
Flag value.
|
static String |
USER
Key in an ssh config file.
|
static String |
USER_KNOWN_HOSTS_FILE
Key in an ssh config file.
|
static String |
YES
Flag value.
|
public static final int SSH_DEFAULT_PORT
public static final String SSH_SCHEME
public static final String SFTP_SCHEME
public static final String SSH_DIR
public static final String CONFIG
public static final String KNOWN_HOSTS
public static final String BATCH_MODE
public static final String CANONICAL_DOMAINS
public static final String CERTIFICATE_FILE
public static final String CIPHERS
public static final String COMPRESSION
public static final String CONNECTION_ATTEMPTS
public static final String CONTROL_PATH
public static final String GLOBAL_KNOWN_HOSTS_FILE
public static final String HASH_KNOWN_HOSTS
public static final String HOST
public static final String HOST_KEY_ALGORITHMS
public static final String HOST_NAME
public static final String IDENTITIES_ONLY
public static final String IDENTITY_AGENT
public static final String IDENTITY_FILE
public static final String KEX_ALGORITHMS
public static final String LOCAL_COMMAND
public static final String LOCAL_FORWARD
public static final String MACS
public static final String NUMBER_OF_PASSWORD_PROMPTS
public static final String PORT
public static final String PREFERRED_AUTHENTICATIONS
public static final String PROXY_COMMAND
public static final String REMOTE_COMMAND
public static final String REMOTE_FORWARD
public static final String SEND_ENV
public static final String STRICT_HOST_KEY_CHECKING
public static final String USER
public static final String USER_KNOWN_HOSTS_FILE
public static final String YES
public static final String ON
public static final String TRUE
public static final String NO
public static final String OFF
public static final String FALSE
public static final String ID_RSA
public static final String ID_DSA
public static final String ID_ECDSA
public static final String ID_ED25519
public static final String[] DEFAULT_IDENTITIES
Copyright © 2019 Eclipse JGit Project. All rights reserved.