Constant Field Values

Contents

com.hierynomus.*

  • com.hierynomus.sshj.userauth.keyprovider.OpenSSHKeyV1KeyFile 
    Modifier and Type Constant Field Value
    public static final java.lang.String BCRYPT "bcrypt"
    public static final java.lang.String OPENSSH_PRIVATE_KEY "OPENSSH PRIVATE KEY-----"

djb.*

  • djb.Curve25519 
    Modifier and Type Constant Field Value
    public static final int KEY_SIZE 32

net.schmizz.*

  • net.schmizz.sshj.SSHClient 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PORT 22
  • net.schmizz.sshj.connection.channel.direct.DirectConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOCALHOST "localhost"
    public static final int LOCALPORT 65536
  • net.schmizz.sshj.connection.channel.forwarded.RemotePortForwarder 
    Modifier and Type Constant Field Value
    protected static final java.lang.String PF_CANCEL "cancel-tcpip-forward"
    protected static final java.lang.String PF_REQ "tcpip-forward"
  • net.schmizz.sshj.connection.channel.forwarded.RemotePortForwarder.ForwardedTCPIPChannel 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "forwarded-tcpip"
  • net.schmizz.sshj.connection.channel.forwarded.X11Forwarder.X11Channel 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "x11"
  • net.schmizz.sshj.userauth.password.ConsolePasswordFinder 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_FORMAT "Enter passphrase for %s:"