|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| com.maverick.* |
|---|
| com.maverick.sshd.AuthenticationProtocol | ||
|---|---|---|
public static final int |
SSH_MSG_USERAUTH_BANNER |
53 |
public static final int |
SSH_MSG_USERAUTH_FAILURE |
51 |
public static final int |
SSH_MSG_USERAUTH_REQUEST |
50 |
public static final int |
SSH_MSG_USERAUTH_SUCCESS |
52 |
| com.maverick.sshd.KeyboardInteractiveAuthentication | ||
|---|---|---|
public static final int |
SSH_MSG_USERAUTH_INFO_REQUEST |
60 |
public static final int |
SSH_MSG_USERAUTH_INFO_RESPONSE |
61 |
| com.maverick.sshd.PublicKeyAuthentication | ||
|---|---|---|
public static final int |
SSH_MSG_USERAUTH_PK_OK |
60 |
| com.maverick.sshd.SftpFileAttributes | ||
|---|---|---|
public static final int |
S_IFBLK |
24576 |
public static final int |
S_IFCHR |
8192 |
public static final int |
S_IFDIR |
16384 |
public static final int |
S_IFIFO |
4096 |
public static final int |
S_IFLNK |
40960 |
public static final int |
S_IFMT |
61440 |
public static final int |
S_IFREG |
32768 |
public static final int |
S_IFSOCK |
49152 |
public static final int |
S_IRGRP |
32 |
public static final int |
S_IROTH |
4 |
public static final int |
S_IRUSR |
256 |
public static final int |
S_ISGID |
1024 |
public static final int |
S_ISUID |
2048 |
public static final int |
S_IWGRP |
16 |
public static final int |
S_IWOTH |
2 |
public static final int |
S_IWUSR |
128 |
public static final int |
S_IXGRP |
8 |
public static final int |
S_IXOTH |
1 |
public static final int |
S_IXUSR |
64 |
| com.maverick.sshd.SshContext | ||
|---|---|---|
public static final int |
ANY |
0 |
public static final String |
CIPHER_AES128_CBC |
"aes128-cbc" |
public static final String |
CIPHER_AES192_CBC |
"aes192-cbc" |
public static final String |
CIPHER_AES256_CBC |
"aes256-cbc" |
public static final String |
CIPHER_BLOWFISH_CBC |
"blowfish-cbc" |
public static final String |
CIPHER_TRIPLEDES_CBC |
"3des-cbc" |
public static final String |
COMPRESSION_NONE |
"none" |
public static final String |
COMPRESSION_ZLIB |
"zlib" |
public static final String |
HMAC_MD5 |
"hmac-md5" |
public static final String |
HMAC_SHA1 |
"hmac-sha1" |
public static final String |
KEX_DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1 |
"diffie-hellman-group-exchange-sha1" |
public static final String |
KEX_DIFFIE_HELLMAN_GROUP1_SHA1 |
"diffie-hellman-group1-sha1" |
public static final String |
KEX_DIFFIE_HELLMAN_GROUP14_SHA1 |
"diffie-hellman-group14-sha1" |
public static final int |
KEYBOARD_INTERACTIVE |
4 |
public static final String |
KEYBOARD_INTERACTIVE_AUTHENTICATION |
"keyboard-interactive" |
public static final int |
PASSWORD |
2 |
public static final String |
PASSWORD_AUTHENTICATION |
"password" |
public static final int |
PUBLIC_KEY |
1 |
public static final String |
PUBLIC_KEY_SSHDSS |
"ssh-dss" |
public static final String |
PUBLIC_KEY_SSHRSA |
"ssh-rsa" |
public static final int |
PUBLIC_KEYandPASSWORD |
3 |
public static final String |
PUBLICKEY_AUTHENTICATION |
"publickey" |
| com.maverick.sshd.TransportProtocol | ||
|---|---|---|
public static final int |
AUTH_CANCELLED_BY_USER |
13 |
public static final int |
BY_APPLICATION |
11 |
public static final int |
COMPRESSION_ERROR |
6 |
public static final int |
CONNECTION_LOST |
10 |
public static final int |
HOST_KEY_NOT_VERIFIABLE |
9 |
public static final int |
HOST_NOT_ALLOWED |
1 |
public static final int |
ILLEGAL_USER_NAME |
15 |
public static final int |
KEY_EXCHANGE_FAILED |
3 |
public static final int |
MAC_ERROR |
5 |
public static final int |
NO_MORE_AUTH_METHODS_AVAILABLE |
14 |
public static final int |
PROTOCOL_ERROR |
2 |
public static final int |
PROTOCOL_VERSION_NOT_SUPPORTED |
8 |
public static final int |
RESERVED |
4 |
public static final int |
SERVICE_NOT_AVAILABLE |
7 |
public static final int |
TOO_MANY_CONNECTIONS |
12 |
| com.maverick.sshd.events.SSHDEventCodes | ||
|---|---|---|
public static final String |
ATTRIBUTE_ATTEMPTED_USERNAME |
"USERNAME" |
public static final String |
ATTRIBUTE_AUTHENTICATION_METHOD |
"AUTHENTICATION_METHOD" |
public static final String |
ATTRIBUTE_AUTHENTICATION_METHODS |
"AUTHENTICATION_METHODS" |
public static final String |
ATTRIBUTE_BYTES_READ |
"BYTES_READ" |
public static final String |
ATTRIBUTE_BYTES_TRANSFERED |
"BYTES_TRANSFERED" |
public static final String |
ATTRIBUTE_BYTES_WRITTEN |
"BYTES_WRITTEN" |
public static final String |
ATTRIBUTE_COMMAND |
"COMMAND" |
public static final String |
ATTRIBUTE_CONNECTION |
"CONNECTION" |
public static final String |
ATTRIBUTE_DIRECTORY_PATH |
"DIRECTORY_PATH" |
public static final String |
ATTRIBUTE_FILE_NAME |
"FILE_NAME" |
public static final String |
ATTRIBUTE_FILE_NEW_NAME |
"FILE_NEW_NAME" |
public static final String |
ATTRIBUTE_FILE_TARGET |
"FILE_TARGET" |
public static final String |
ATTRIBUTE_FORWARDING_TUNNEL_ENTRANCE |
"FORWARDING_TUNNEL_ENTRANCE" |
public static final String |
ATTRIBUTE_FORWARDING_TUNNEL_EXIT |
"FORWARDING_TUNNEL_EXIT" |
public static final String |
ATTRIBUTE_HOST_KEY |
"HOST_KEY" |
public static final String |
ATTRIBUTE_LOCAL_CIPHERS_CS |
"LOCAL_CIPHERS_CS" |
public static final String |
ATTRIBUTE_LOCAL_CIPHERS_SC |
"LOCAL_CIPHERS_SC" |
public static final String |
ATTRIBUTE_LOCAL_COMPONENT_LIST |
"LOCAL_COMPONENT_LIST" |
public static final String |
ATTRIBUTE_LOCAL_CS_COMPRESSIONS |
"LOCAL_CS_COMPRESSIONS" |
public static final String |
ATTRIBUTE_LOCAL_CS_MACS |
"LOCAL_CS_MACS" |
public static final String |
ATTRIBUTE_LOCAL_KEY_EXCHANGES |
"LOCAL_KEY_EXCHANGES" |
public static final String |
ATTRIBUTE_LOCAL_PUBLICKEYS |
"LOCAL_PUBLICKEYS" |
public static final String |
ATTRIBUTE_LOCAL_SC_COMPRESSIONS |
"LOCAL_SC_COMPRESSIONS" |
public static final String |
ATTRIBUTE_LOCAL_SC_MACS |
"LOCAL_SC_MACS" |
public static final String |
ATTRIBUTE_NEW_ATRTIBUTES |
"NEW_ATTR" |
public static final String |
ATTRIBUTE_NFS |
"NFS" |
public static final String |
ATTRIBUTE_NUMBER_OF_CONNECTIONS |
"NUMBER_OF_CONNECTIONS" |
public static final String |
ATTRIBUTE_OLD_ATTRIBUTES |
"OLD_ATTR" |
public static final String |
ATTRIBUTE_OPERATION_FINISHED |
"OP_FINISHED" |
public static final String |
ATTRIBUTE_OPERATION_STARTED |
"OP_STARTED" |
public static final String |
ATTRIBUTE_REMOTE_CIPHERS_CS |
"REMOTE_CIPHERS_CS" |
public static final String |
ATTRIBUTE_REMOTE_CIPHERS_SC |
"REMOTE_CIPHERS_SC" |
public static final String |
ATTRIBUTE_REMOTE_COMPONENT_LIST |
"REMOTE_COMPONENT_LIST" |
public static final String |
ATTRIBUTE_REMOTE_CS_COMPRESSIONS |
"REMOTE_CS_COMPRESSIONS" |
public static final String |
ATTRIBUTE_REMOTE_CS_MACS |
"REMOTE_CS_MACS" |
public static final String |
ATTRIBUTE_REMOTE_KEY_EXCHANGES |
"REMOTE_KEY_EXCHANGES" |
public static final String |
ATTRIBUTE_REMOTE_PUBLICKEYS |
"REMOTE_PUBLICKEYS" |
public static final String |
ATTRIBUTE_REMOTE_SC_COMPRESSIONS |
"REMOTE_SC_COMPRESSIONS" |
public static final String |
ATTRIBUTE_REMOTE_SC_MACS |
"REMOTE_SC_MACS" |
public static final String |
ATTRIBUTE_USING_CS_CIPHER |
"USING_CS_CIPHER" |
public static final String |
ATTRIBUTE_USING_CS_COMPRESSION |
"USING_CS_COMPRESSION" |
public static final String |
ATTRIBUTE_USING_CS_MAC |
"USING_CS_MAC" |
public static final String |
ATTRIBUTE_USING_KEY_EXCHANGE |
"USING_KEY_EXCHANGE" |
public static final String |
ATTRIBUTE_USING_PUBLICKEY |
"USING_PUBLICKEY" |
public static final String |
ATTRIBUTE_USING_SC_CIPHER |
"USING_SC_CIPHERC" |
public static final String |
ATTRIBUTE_USING_SC_COMPRESSION |
"USING_SC_COMPRESSION" |
public static final String |
ATTRIBUTE_USING_SC_MAC |
"USING_SC_MAC" |
public static final int |
EVENT_AUTHENTICATION_COMPLETE |
205 |
public static final int |
EVENT_CONNECTED |
99 |
public static final int |
EVENT_DISCONNECTED |
20 |
public static final int |
EVENT_FAILED_TO_NEGOTIATE_TRANSPORT_COMPONENT |
32 |
public static final int |
EVENT_FORWARDING_REMOTE_STARTED |
17 |
public static final int |
EVENT_FORWARDING_REMOTE_STOPPED |
19 |
public static final int |
EVENT_HOSTKEY_ACCEPTED |
2 |
public static final int |
EVENT_HOSTKEY_RECEIVED |
0 |
public static final int |
EVENT_HOSTKEY_REJECTED |
1 |
public static final int |
EVENT_KEY_EXCHANGE_COMPLETE |
5 |
public static final int |
EVENT_KEY_EXCHANGE_FAILURE |
4 |
public static final int |
EVENT_KEY_EXCHANGE_INIT |
3 |
public static final int |
EVENT_REACHED_CONNECTION_LIMIT |
101 |
public static final int |
EVENT_SCP_DOWNLOAD_COMPLETE |
34 |
public static final int |
EVENT_SCP_UPLOAD_COMPLETE |
33 |
public static final int |
EVENT_SFTP_DIR |
212 |
public static final int |
EVENT_SFTP_DIRECTORY_CREATED |
200 |
public static final int |
EVENT_SFTP_DIRECTORY_DELETED |
29 |
public static final int |
EVENT_SFTP_FILE_ACCESS |
204 |
public static final int |
EVENT_SFTP_FILE_DELETED |
28 |
public static final int |
EVENT_SFTP_FILE_DOWNLOAD_COMPLETE |
202 |
public static final int |
EVENT_SFTP_FILE_RENAMED |
27 |
public static final int |
EVENT_SFTP_FILE_UPLOAD_COMPLETE |
201 |
public static final int |
EVENT_SFTP_SESSION_STARTED |
22 |
public static final int |
EVENT_SFTP_SESSION_STOPPED |
31 |
public static final int |
EVENT_SFTP_SET_ATTRIBUTES |
211 |
public static final int |
EVENT_SFTP_SYMLINK_CREATED |
210 |
public static final int |
EVENT_SHELL_COMMAND |
30 |
public static final int |
EVENT_SHELL_SESSION_STARTED |
23 |
public static final int |
EVENT_USERAUTH_FAILURE |
14 |
public static final int |
EVENT_USERAUTH_SUCCESS |
13 |
| com.maverick.sshd.platform.ExecutableCommand | ||
|---|---|---|
public static final int |
STILL_ACTIVE |
-2147483648 |
| com.maverick.sshd.platform.FileSystem | ||
|---|---|---|
public static final String |
AUTHORIZED_KEYS_STORE |
"authorized_keys" |
public static final int |
OPEN_APPEND |
4 |
public static final int |
OPEN_CREATE |
8 |
public static final int |
OPEN_EXCLUSIVE |
32 |
public static final int |
OPEN_READ |
1 |
public static final int |
OPEN_TRUNCATE |
16 |
public static final int |
OPEN_WRITE |
2 |
public static final String |
SCP |
"scp" |
public static final String |
SFTP |
"sftp" |
public static final String |
SSH |
"ssh" |
| com.maverick.sshd.scp.FilenamePattern | ||
|---|---|---|
public static final char |
PAT_ANY |
63 |
public static final char |
PAT_CLOSURE |
42 |
public static final char |
PAT_DIR_SEP |
47 |
public static final char |
PAT_ESCAPE |
92 |
public static final char |
PAT_NEGATE |
33 |
public static final char |
PAT_SET_CLOSE |
93 |
public static final char |
PAT_SET_EXCL |
94 |
public static final char |
PAT_SET_OPEN |
91 |
public static final char |
PAT_SET_THRU |
45 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||