public final class SshUtil extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
FINGERPRINT_PATTERN
Pattern that matches a SSH fingerprint: 16 pairs of hexadecimal numbers separated with colon.
|
(package private) static net.schmizz.sshj.Config |
SSH_CONFIG
Default configuration for SSH connections.
|
Constructor and Description |
---|
SshUtil() |
static final net.schmizz.sshj.Config SSH_CONFIG
public static final Pattern FINGERPRINT_PATTERN