public final class SshUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
FINGERPRINT_PATTERN
Deprecated.
In 1.1, use
FileServer.MD5_FINGERPRINT_PATTERN instead |
(package private) static net.schmizz.sshj.Config |
SSH_CONFIG
Default configuration for SSH connections.
|
Constructor and Description |
---|
SshUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFingerPrintType(java.lang.String fingerprint)
Check if the given fingerprint is valid and what type it is.
|
static final net.schmizz.sshj.Config SSH_CONFIG
@Deprecated public static final java.util.regex.Pattern FINGERPRINT_PATTERN
FileServer.MD5_FINGERPRINT_PATTERN
instead