|
Ganymed SSH-2 for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
ConnectionMonitor
to this connection.
authenticateWithPublicKey()
methods, this method is just a wrapper for it and will
disappear in future builds.
authenticateWithKeyboardInteractivewith
a null
submethod list.
authenticateWithPublicKey(String, char[], String)
.
Session
).connect(null, 0, 0)
.
connect(verifier, 0, 0)
.
ServerHostKeyVerifier.verifyServerHostKey()
method of the verifier
to ask for permission to proceed.
Connection
is used to establish an encrypted TCP/IP
connection to a SSH-2 server.Connection
object which can then be used
to establish a connection to the specified SSH-2 server.
Connection
object which can then be used
to establish a connection to the specified SSH-2 server.
ConnectionMonitor
is used to get notified when the
underlying socket of a connection is closed.LocalPortForwarder
.
LocalPortForwarder
.
LocalStreamForwarder
.
SCPClient
that can be used to copy
files from/to the SSH-2 server.
DHGexParameters
object can be used to specify parameters for
the diffie-hellman group exchange.DHGexParameters(1024, 1024, 4096)
.
SSH_MSG_KEX_DH_GEX_REQUEST_OLD
request.
SSH_MSG_KEX_DH_GEX_REQUEST
request.
OutputStream
.
ConnectionInfo
object containing the details of
the connection.
HTTPProxyData
object is used to specify the needed connection data
to connect through a HTTP proxy.HTTPProxyData(proxyHost, proxyPort, null
, null
)
HTTPProxyData(proxyHost, proxyPort, null
, null
, null
)
InteractiveCallback
is used to respond to challenges sent
by the server if authentication mode "keyboard-interactive" is selected.SFTPv3Client.closeFile(SFTPv3FileHandle)
method
of the SFTPv3Client
instance which created the handle.
KnownHosts
class is a handy tool to verify received server hostkeys
based on the information in known_hosts
files (the ones used by OpenSSH).LocalPortForwarder
forwards TCP/IP connections to a local
port via the secure tunnel to another host (which may or may not be identical
to the remote SSH-2 server).LocalStreamForwarder
forwards an Input- and Outputstream
pair via the secure tunnel to another host (which may or may not be identical
to the remote SSH-2 server).Session
on this connection.
requestPTY("dumb", 0, 0, 0, 0, null)
.
requestPTY(term, 0, 0, 0, 0, null)
.
SCPClient
that can be used to copy files from/to
the SSH-2 server.Session
is a remote execution of a program.SFTPv3Client
represents a SFTP (protocol version 3)
client connection tunnelled over a SSH-2 connection.SFTPv3Client.SFTPv3Client(Connection)
instead.
SFTPv3DirectoryEntry
as returned by SFTPv3Client.ls(String)
.SFTPv3FileAttributes
object represents detail information
about a file on the server.SFTPv3FileHandle
.StreamGobbler
is an InputStream that uses an internal worker
thread to constantly consume input from another InputStream.
|
Ganymed SSH-2 for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |