public final class SshUtil extends Object
Modifier and Type | Field and Description |
---|---|
static 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 String |
getFingerPrintType(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 Pattern FINGERPRINT_PATTERN
FileServer.MD5_FINGERPRINT_PATTERN
instead