- callbacks - Variable in class ssh.ssh_packet_callbacks_struct
-
A pointer to n_callbacks packet callbacks
- capabilities - Static variable in class net.sf.sshapi.vfs.SftpFileProvider
-
- Capability - Class in net.sf.sshapi
-
Represents a feature that a provider implementation is capable of.
- CFG_CHANNEL_CONNECT_TIMEOUT - Static variable in class net.sf.sshapi.impl.jsch.JschSshProvider
-
Connection timeout for channel
- CFG_HTTP_PROXY_USER_AGENT - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
The User-Agent Maverick identifies itself as when using HTTP proxy
connection
- CFG_HTTP_PROXY_USER_AGENT - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
The User-Agent Maverick identifies itself as when using HTTP proxy
connection
- CFG_KNOWN_HOSTS_PATH - Static variable in class net.sf.sshapi.SshConfiguration
-
Location of the known_hosts file.
- CFG_KNOWN_HOSTS_REVERSE_DNS - Static variable in class net.sf.sshapi.SshConfiguration
-
Do reverse DNS lookups for hosts in the known_hosts (
JschHostKeyManager).
- CFG_SESSION_CONNECT_TIMEOUT - Static variable in class net.sf.sshapi.impl.jsch.JschSshProvider
-
Connection timeout for session
- CFG_SFTP_MAX_VERSION - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
SFTP protocol maximum version (defaults to the highest supported by
Maverick)
- CFG_SFTP_MAX_VERSION - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
SFTP protocol maximum version (defaults to the highest supported by
Maverick)
- CFG_SFTP_MODE - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
SFTP mode, can be one of SFTP_ALL_MODES, SFTP_OVER_SCP or SFTP_SUBSYSTEM
- CFG_SFTP_MODE - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
SFTP mode, can be one of SFTP_ALL_MODES, SFTP_OVER_SCP or SFTP_SUBSYSTEM
- CFG_SINGLE_X11_CONNECTION - Static variable in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
Single X11 connection
- CFG_SINGLE_X11_CONNECTION - Static variable in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
Single X11 connection
- CFG_SOCKS5_PROXY_LOCAL_LOOKUP - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
Look up proxied hostnames locally
- CFG_SOCKS5_PROXY_LOCAL_LOOKUP - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
Look up proxied hostnames locally
- challenge(String, String, String[], boolean[]) - Method in interface net.sf.sshapi.auth.SshKeyboardInteractiveAuthenticator
-
Challenge the user with a number of questions.
- challenge(String, String, String[], boolean[]) - Method in class net.sf.sshapi.util.ConsoleKeyboardInteractiveAuthenticator
-
- challenge(String, String, String[], boolean[]) - Method in class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
-
- changePassphrase(char[]) - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
-
Change the passphrase of this key.
- channel - Variable in class ssh.sftp_session_struct
-
- channel_accept_x11(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel channel_accept_x11(ssh_channel, int)
native declaration : /usr/include/libssh/legacy.h:39
- channel_change_pty_size(SshLibrary.ssh_channel, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_change_pty_size(ssh_channel, int, int)
native declaration : /usr/include/libssh/legacy.h:40
- channel_close(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_close(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:42
- channel_close_function - Variable in class ssh.ssh_channel_callbacks_struct
-
This functions will be called when the channel has been closed by remote
C type : ssh_channel_close_callback
- CHANNEL_DATA_EVENTS - Static variable in class net.sf.sshapi.Capability
-
The provider reports on channel data events.
- channel_data_function - Variable in class ssh.ssh_channel_callbacks_struct
-
This functions will be called when there is data available.
C type : ssh_channel_data_callback
- channel_eof_function - Variable in class ssh.ssh_channel_callbacks_struct
-
This functions will be called when the channel has received an EOF.
C type : ssh_channel_eof_callback
- channel_exit_signal_function - Variable in class ssh.ssh_channel_callbacks_struct
-
This functions will be called when an exit signal has been received
C type : ssh_channel_exit_signal_callback
- channel_exit_status_function - Variable in class ssh.ssh_channel_callbacks_struct
-
This functions will be called when an exit status has been received
C type : ssh_channel_exit_status_callback
- channel_forward_accept(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel channel_forward_accept(ssh_session, int)
native declaration : /usr/include/libssh/legacy.h:41
- channel_forward_cancel(SshLibrary.ssh_session, Pointer, int) - Method in interface ssh.SshLibrary
-
- channel_forward_cancel(SshLibrary.ssh_session, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_forward_cancel(ssh_session, const char*, int)
native declaration : /usr/include/libssh/legacy.h:43
- channel_forward_listen(SshLibrary.ssh_session, Pointer, int, IntByReference) - Method in interface ssh.SshLibrary
-
- channel_forward_listen(SshLibrary.ssh_session, String, int, IntBuffer) - Method in interface ssh.SshLibrary
-
Original signature : int channel_forward_listen(ssh_session, const char*, int, int*)
native declaration : /usr/include/libssh/legacy.h:44
- channel_free(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : void channel_free(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:45
- channel_get_exit_status(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_get_exit_status(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:46
- channel_get_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : ssh_session channel_get_session(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:47
- CHANNEL_HANDLERS - Static variable in class net.sf.sshapi.Capability
-
The provider supports channel handlers.
- channel_is_closed(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_is_closed(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:48
- channel_is_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_is_eof(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:49
- channel_is_open(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_is_open(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:50
- channel_new(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel channel_new(ssh_session)
native declaration : /usr/include/libssh/legacy.h:51
- channel_open_forward(SshLibrary.ssh_channel, Pointer, int, Pointer, int) - Method in interface ssh.SshLibrary
-
- channel_open_forward(SshLibrary.ssh_channel, String, int, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_open_forward(ssh_channel, const char*, int, const char*, int)
native declaration : /usr/include/libssh/legacy.h:52
- channel_open_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_open_session(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:54
- channel_poll(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_poll(ssh_channel, int)
native declaration : /usr/include/libssh/legacy.h:55
- channel_read(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_read(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/legacy.h:56
- channel_read_buffer(SshLibrary.ssh_channel, SshLibrary.ssh_buffer, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_read_buffer(ssh_channel, ssh_buffer, uint32_t, int)
native declaration : /usr/include/libssh/legacy.h:58
- channel_read_nonblocking(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_read_nonblocking(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/legacy.h:61
- channel_request_env(SshLibrary.ssh_channel, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- channel_request_env(SshLibrary.ssh_channel, String, String) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_env(ssh_channel, const char*, const char*)
native declaration : /usr/include/libssh/legacy.h:63
- channel_request_exec(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
-
- channel_request_exec(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_exec(ssh_channel, const char*)
native declaration : /usr/include/libssh/legacy.h:64
- channel_request_pty(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_pty(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:65
- channel_request_pty_size(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
-
- channel_request_pty_size(SshLibrary.ssh_channel, String, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_pty_size(ssh_channel, const char*, int, int)
native declaration : /usr/include/libssh/legacy.h:66
- channel_request_send_signal(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
-
- channel_request_send_signal(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_send_signal(ssh_channel, const char*)
native declaration : /usr/include/libssh/legacy.h:69
- channel_request_sftp(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_sftp(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:70
- channel_request_shell(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_shell(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:68
- channel_request_subsystem(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
-
- channel_request_subsystem(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_subsystem(ssh_channel, const char*)
native declaration : /usr/include/libssh/legacy.h:71
- channel_request_x11(SshLibrary.ssh_channel, int, Pointer, Pointer, int) - Method in interface ssh.SshLibrary
-
- channel_request_x11(SshLibrary.ssh_channel, int, String, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_request_x11(ssh_channel, int, const char*, const char*, int)
native declaration : /usr/include/libssh/legacy.h:72
- channel_select(PointerByReference, PointerByReference, PointerByReference, Pointer) - Method in interface ssh.SshLibrary
-
Original signature : int channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)
native declaration : /usr/include/libssh/legacy.h:75
- channel_send_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int channel_send_eof(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:74
- channel_set_blocking(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
-
Original signature : void channel_set_blocking(ssh_channel, int)
native declaration : /usr/include/libssh/legacy.h:77
- channel_signal_function - Variable in class ssh.ssh_channel_callbacks_struct
-
This functions will be called when a signal has been received
C type : ssh_channel_signal_callback
- channel_write(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_write(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/legacy.h:78
- channel_write_stderr(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
-
Original signature : int channel_write_stderr(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/server.h:305
- channelClosed(int, SshPortForwardTunnel) - Method in interface net.sf.sshapi.forwarding.SshPortForwardListener
-
A port forwarding channel has been closed.
- channelCreated(SshChannel) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
-
- channelCreated(SshChannel) - Method in interface net.sf.sshapi.SshChannelHandler
-
Called when a new channel with a supported name has been created.
- ChannelListenerAdapter - Class in net.sf.sshapi.util
-
- ChannelListenerAdapter() - Constructor for class net.sf.sshapi.util.ChannelListenerAdapter
-
- channelOpened(int, SshPortForwardTunnel) - Method in interface net.sf.sshapi.forwarding.SshPortForwardListener
-
A port forwarding channel has been opened.
- checkHost(String, String) - Method in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
-
- checkHost(String, String) - Method in class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
-
- checkHost(String, String) - Method in class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
-
- checkKnownHostsFile(SshConfiguration) - Static method in class net.sf.sshapi.util.Util
-
Check the Known Hosts File parent directory exists,
creating it if it does.
- checkOpen() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
-
- chgrp(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Change the owning group of a remote file.
- chmod(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Change the permission of a remove file.
- chown(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Change the owner of a remote file.
- CIPHER_3DES - Static variable in class net.sf.sshapi.SshConfiguration
-
SSH1 Cipher
- CIPHER_AES128_CBC - Static variable in class net.sf.sshapi.SshConfiguration
-
The AES CBC Cipher
- CIPHER_BLOWFISH_CBC - Static variable in class net.sf.sshapi.SshConfiguration
-
The Blowfish CBC cipher
- CIPHER_DES - Static variable in class net.sf.sshapi.SshConfiguration
-
SSH1 Cipher
- CIPHER_TRIPLEDES_CBC - Static variable in class net.sf.sshapi.SshConfiguration
-
The 3DES CBC cipher
- cleanupGetTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
-
- cleanupGetTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
-
- cleanupPutTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
-
- cleanupPutTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
-
- client_version - Variable in class ssh.sftp_session_struct
-
- close() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
-
- close() - Method in class net.sf.sshapi.AbstractSocket
-
- close() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
-
- close() - Method in interface net.sf.sshapi.forwarding.SshPortForward
-
Close the tunnel.
- close() - Method in class net.sf.sshapi.impl.libssh.LibsshInputStream
-
- close() - Method in class net.sf.sshapi.impl.libssh.LibsshOutputStream
-
- close() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
-
- close() - Method in interface net.sf.sshapi.SshLifecycleComponent
-
Close this component.
- closeConnection() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
- closeConnection() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
-
- closed(SshLifecycleComponent) - Method in interface net.sf.sshapi.SshLifecycleListener
-
A channel is c;osed.
- closed(SshLifecycleComponent) - Method in class net.sf.sshapi.util.ChannelListenerAdapter
-
- closing(SshLifecycleComponent) - Method in interface net.sf.sshapi.SshLifecycleListener
-
A channel is closing.
- closing(SshLifecycleComponent) - Method in class net.sf.sshapi.util.ChannelListenerAdapter
-
- Code(String) - Constructor for class net.sf.sshapi.SshException.Code
-
Constructor.
- compareTo(Object) - Method in class net.sf.sshapi.Logger.Level
-
- COMPRESSION_NONE - Static variable in class net.sf.sshapi.SshConfiguration
-
Compression off
- COMPRESSION_ZLIB - Static variable in class net.sf.sshapi.SshConfiguration
-
Optional zlib compression
- concatenatePaths(String, String) - Static method in class net.sf.sshapi.util.Util
-
Concatenate two paths, removing any additional leading/trailing slashes.
- configure(SshConfiguration) - Method in class net.sf.sshapi.util.XDetails
-
Apply the discovered details to the configuration.
- connect(SocketAddress, int) - Method in class net.sf.sshapi.AbstractSocket
-
- connect(String, String, int) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- connect(String, String, int) - Method in interface net.sf.sshapi.SshClient
-
Connect to specified host and port using the provided username.
- connect_status_function - Variable in class ssh.ssh_callbacks_struct
-
This function gets called during connection time to indicate the
percentage of connection steps completed.
C type : connect_status_function_callback
- connected - Variable in class ssh.ssh_socket_callbacks_struct
-
This function is called when the ssh_socket_connect was used on the socket
on nonblocking state, and the connection successed.
C type : ssh_callback_int_int
- connectToLocalAgent(String, String, int, int) - Method in class net.sf.sshapi.AbstractProvider
-
- connectToLocalAgent(String, int) - Method in class net.sf.sshapi.AbstractProvider
-
- connectToLocalAgent(String) - Method in class net.sf.sshapi.AbstractProvider
-
- connectToLocalAgent(String, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- connectToLocalAgent(String, String, int, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- connectToLocalAgent(String) - Method in interface net.sf.sshapi.SshProvider
-
Create a connection to the local agent using default or auto-detected
settings.
- connectToLocalAgent(String, int) - Method in interface net.sf.sshapi.SshProvider
-
Create a connection to the local agent using default or auto-detected
settings.
- connectToLocalAgent(String, String, int, int) - Method in interface net.sf.sshapi.SshProvider
-
Create a connection to the local agent.
- ConsoleBannerHandler - Class in net.sf.sshapi.util
-
- ConsoleBannerHandler() - Constructor for class net.sf.sshapi.util.ConsoleBannerHandler
-
- ConsoleHostKeyValidator - Class in net.sf.sshapi.util
-
A simple host key validator that prompts to accept or reject on the console.
- ConsoleHostKeyValidator() - Constructor for class net.sf.sshapi.util.ConsoleHostKeyValidator
-
Constructor without host key manager.
- ConsoleHostKeyValidator(SshHostKeyManager) - Constructor for class net.sf.sshapi.util.ConsoleHostKeyValidator
-
Constructor using a host key manager.
- ConsoleKeyboardInteractiveAuthenticator - Class in net.sf.sshapi.util
-
Simple keyboard interactive authenticator that prompts for answers on the
console.
- ConsoleKeyboardInteractiveAuthenticator() - Constructor for class net.sf.sshapi.util.ConsoleKeyboardInteractiveAuthenticator
-
- ConsoleLogger - Class in net.sf.sshapi.util
-
Simple console logger
- ConsoleLogger() - Constructor for class net.sf.sshapi.util.ConsoleLogger
-
- ConsolePasswordAuthenticator - Class in net.sf.sshapi.util
-
A simple authenticator that prompts for passwords and passphrases on the
console
- ConsolePasswordAuthenticator() - Constructor for class net.sf.sshapi.util.ConsolePasswordAuthenticator
-
- controlflow - Variable in class ssh.ssh_socket_callbacks_struct
-
This function will be called each time a controlflow state changes, i.e.
the socket is available for reading or writing.
C type : ssh_callback_int
- count - Variable in class ssh.sftp_dir_struct
-
- create() - Method in class net.sf.sshapi.DefaultChannelData
-
- create(SshKeyPair, int, char[], String) - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
- create(SshPublicKey, String, String, int) - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Create a Public Key File that may be used to write authorized_keys files
or other public key storage systems.
- create(SshKeyPair, int, char[], String) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- create(SshPublicKey, String, String, int) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- create(SshKeyPair, int, char[], String) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- create(SshPublicKey, String, String, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- create() - Method in interface net.sf.sshapi.SshChannel.ChannelData
-
Called after the channel has been created by the factory.
- createAuthenticatorMap(SshAuthenticator[]) - Method in class net.sf.sshapi.AbstractClient
-
- createChannel(String, byte[]) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
-
- createChannel(String, byte[]) - Method in interface net.sf.sshapi.SshChannelHandler
-
Called when a new channel with a supported name has been created.
- createClient(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
-
- createClient() - Method in class net.sf.sshapi.SshConfiguration
-
Utility to create a client that may be used with this configuration.
- createClient(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
-
Create a new client instance with the specified configuration.
- createCommand(String) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- createCommand(String) - Method in interface net.sf.sshapi.SshClient
-
Execute a command on the remote server.
- createConnection(String, int, String, String, FileSystemOptions) - Static method in class net.sf.sshapi.vfs.SshClientFactory
-
Create a new SSH client.
- createFile(AbstractFileName) - Method in class net.sf.sshapi.vfs.SftpFileSystem
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- createHostKeyManager(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
-
- createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
-
- createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- createIdentityManager(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
-
- createLocalForward(String, int, String, int) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- createLocalForward(String, int, String, int) - Method in interface net.sf.sshapi.SshClient
-
Create a local forward.
- createPrivateKeyFromStream(InputStream) - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Parse a stream that provides a private key in some supported format.
- createPrivateKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- createPrivateKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- createProviderInstance(String) - Static method in class net.sf.sshapi.DefaultProviderFactory
-
- createPublicKeyFromStream(InputStream) - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Parse a stream that provides a public key in some supported format.
- createPublicKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- createPublicKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- createPublicKeySubsystem() - Method in class net.sf.sshapi.AbstractClient
-
- createPublicKeySubsystem() - Method in interface net.sf.sshapi.SshClient
-
- createRemoteForward(String, int, String, int) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- createRemoteForward(String, int, String, int) - Method in interface net.sf.sshapi.SshClient
-
Create a remote forward.
- createSCPClient() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- createSCPClient() - Method in interface net.sf.sshapi.SshClient
-
Create a new SCP client.
- createSftpClient() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- createSftpClient() - Method in interface net.sf.sshapi.SshClient
-
Create a new SFTP client that may be used to perform file operations.
- createShell(String, int, int, int, int, byte[]) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- createShell(String, int, int, int, int, byte[]) - Method in interface net.sf.sshapi.SshClient
-
Create a new shell.
- createtime - Variable in class ssh.sftp_attributes_struct
-
- createtime_nseconds - Variable in class ssh.sftp_attributes_struct
-
- createTunneledSocketFactory() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- createTunneledSocketFactory() - Method in interface net.sf.sshapi.SshClient
-
Create a SocketFactory whose connections are actually tunneled
over this SSH connection and made from the remote machine.
- GanymedSshProvider - Class in net.sf.sshapi.impl.ganymed
-
Provider implementation for Ganymed
- GanymedSshProvider() - Constructor for class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
Constructor.
- GENERAL - Static variable in exception net.sf.sshapi.SshException
-
General error.
- generate(SshIdentityManager, String) - Static method in class E18IdentityManagement
-
- generateKeyPair(String, int) - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Generate a new key pair.
- generateKeyPair(String, int) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- generateKeyPair(String, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- get(String, File, boolean) - Method in class net.sf.sshapi.impl.libssh.LibsshSCPClient
-
- get(String, OutputStream, long) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
-
- get(String, long) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
-
- get(String) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
-
- get(String, OutputStream) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Retrieve the contents of a remote file, writing it to the provided output
stream.
- get(String, OutputStream, long) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Retrieve the contents of a remote file, writing it to the provided output
stream.
- get(String) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Retrieve the contents of a remote file, presenting it as an input stream.
- get(String, long) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Retrieve the contents of a remote file, presenting it as an input stream.
- get(String, File, boolean) - Method in interface net.sf.sshapi.SshSCPClient
-
Retrieve file(s) from a remote path, placing it in the destination file
(or directory).
- getAccessed() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the time in milliseconds the file was last accessed.
- getAgent() - Method in interface net.sf.sshapi.auth.SshAgentAuthenticator
-
- getAgent() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
-
- getAgent() - Method in class net.sf.sshapi.util.DefaultAgentAuthenticator
-
- getAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
-
- getAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPrivateKey
-
- getAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
-
- getAlgorithm() - Method in interface net.sf.sshapi.SshPrivateKey
-
Get the private key algorithm used.
- getAlgorithm() - Method in interface net.sf.sshapi.SshPublicKey
-
Get the public key algorithm used.
- getAllCapabilties() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
- getAllCiphers() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get all discovered ciphers.
- getAllCompression() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get all discovered compression algorithms.
- getAllKEX() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get all discovered key exchange algorithms.
- getAllMAC() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get all discovered message authentication code algorithms.
- getAllProviders() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get all discovered providers.
- getAllPublicKey() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get all discovered public key algorithms.
- getBannerHandler() - Method in class net.sf.sshapi.SshConfiguration
-
Get the banner handler (called to display the login banner).
- getBindAddress() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
-
Get the address that the tunnel will listen on.
- getBindPort() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
-
Get the port that the tunnel will listen on.
- getBitLength() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
-
- getBitLength() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
-
- getBitLength() - Method in interface net.sf.sshapi.SshPublicKey
-
Get the key bit length.
- getCapabilities() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- getCapabilities() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- getCapabilities() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- getCapabilities() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- getCapabilities() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- getCapabilities() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- getCapabilities() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- getCapabilities() - Method in interface net.sf.sshapi.SshProvider
-
Get a list of the capabilities of this implementation (
Capability
objects)
- getCapabilities() - Method in class net.sf.sshapi.vfs.SftpFileProvider
-
- getChannel() - Method in class net.sf.sshapi.AbstractSocket
-
- getChannelCount() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- getChannelCount() - Method in interface net.sf.sshapi.SshClient
-
Get the number of channels that are currently open.
- getChannelData() - Method in interface net.sf.sshapi.SshChannel
-
- getCharset(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Get the character encoding to use.
- getClassLoader() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
- getClient() - Method in class net.sf.sshapi.vfs.SftpFileSystem
-
- getCode() - Method in exception net.sf.sshapi.SshException
-
Get the error code.
- getCodeForServerCode(int) - Static method in exception net.sf.sshapi.sftp.SftpException
-
Get the native error code given an SFTP server error code.
- getComment() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
-
Get any comment stored with this key (if supported by provider / format).
- getCompression(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Get the compression algorithm to use.
- getConfigBuilder() - Method in class net.sf.sshapi.vfs.SftpFileProvider
-
- getConfigClass() - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
- getConfiguration() - Method in class net.sf.sshapi.AbstractClient
-
- getConfiguration() - Method in interface net.sf.sshapi.auth.SshGSSAPIAuthenticator
-
Get the JAAS configuration used for authentication.
- getConfiguration() - Method in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
-
- getConfiguration() - Method in interface net.sf.sshapi.SshClient
-
Get the configuration this client is using
- getConfiguration() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
- getConfigurationValue(SshConfiguration, String, String) - Static method in class net.sf.sshapi.util.Util
-
Get a value from a configuration object, returning a default value if it
does not exist.
- getCreated() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the time in milliseconds the file was created.
- getData() - Method in class net.sf.sshapi.util.XAuthorityFile
-
Get the XAuthorty data.
- getDefaultPath() - Method in interface net.sf.sshapi.sftp.SftpClient
-
Get the default path
- getDirectoryMode(RepositoryPermissions) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
-
- getEncoded() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
-
- getEncodedKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
-
- getEncodedKey() - Method in interface net.sf.sshapi.SshPublicKey
-
Get the encoded key bytes.
- getExtendedInputStream() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
-
- getExtendedInputStream() - Method in interface net.sf.sshapi.SshExtendedStreamChannel
-
Get the extended input stream.
- getFileList(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
- getFileList(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
-
- getFingerprint() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
-
Get the fingerprint as a hex string.
- getFingerprint() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
-
- getFingerprint() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
-
- getFingerprint() - Method in interface net.sf.sshapi.SshPublicKey
-
Get the key fingerprint.
- getFormat() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
-
Get the format of the key.
- getFormat() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
-
Get the format of this key.
- getFormattedKey() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
-
Format the key so it can be written.
- getFormattedKey() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
-
Format the key for storage.
- getGID() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the group ID (GID).
- getHome() - Method in class net.sf.sshapi.vfs.SftpFileSystem
-
Get the default path (as it is when first connected, usually the users
home).
- getHost() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
-
Get the hostnames of the key.
- getHostKeyValidator() - Method in class net.sf.sshapi.SshConfiguration
-
Get the object that is used to validate host keys.
- getHostKeyVerification(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Get the host key validator to use.
- getHostname() - Method in class net.sf.sshapi.SshProxyServerDetails
-
Get the proxy server hostname
- getIdentities(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Get the files contain private keys (for authentication) to use.
- getInetAddress() - Method in class net.sf.sshapi.AbstractSocket
-
- getInputStream() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
-
- getInputStream() - Method in interface net.sf.sshapi.SshStreamChannel
-
Get the input stream for this channel.
- getInstance() - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get a singleton instance of the client factory.
- getInstance() - Static method in class net.sf.sshapi.vfs.SftpFileNameParser
-
Get a static instance of this parser.
- getInstance() - Static method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Get a static instance.
- getInteractiveUserInfo() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
Get the interactive user info.
- getJCEPrivateKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPrivateKey
-
- getKeepAlive() - Method in class net.sf.sshapi.AbstractSocket
-
- getKey() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
-
Get the key bytes
- getKeys() - Method in interface net.sf.sshapi.hostkeys.SshHostKeyManager
-
Get all valid host keys.
- getKeys() - Method in class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
-
- getKeys() - Method in class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
-
- getKeysForHost(String, String) - Method in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
-
- getKeysForHost(String, String) - Method in interface net.sf.sshapi.hostkeys.SshHostKeyManager
-
Get all the keys that are valid for the specified host and key type.
- getKnownHosts(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Get the file to use to store known hosts.
- getKnownHostsFile(SshConfiguration) - Static method in class net.sf.sshapi.util.Util
-
- getKnownHostsProvider() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
Get the known hosts provider.
- getLastModified() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the time this file was last modified in milliseconds since the epoch,
or when it was created if it has not yet.
- getLastModTimeAccuracy() - Method in class net.sf.sshapi.vfs.SftpFileSystem
-
- getListeners() - Method in class net.sf.sshapi.AbstractLifecycleComponent
-
- getLogger() - Static method in class net.sf.sshapi.SshConfiguration
-
Get the logger
- getMaskString(int) - Static method in class net.sf.sshapi.util.Util
-
Return the UNIX style mode mask
- getName() - Method in class net.sf.sshapi.AbstractProvider
-
- getName() - Method in class net.sf.sshapi.Capability
-
Get the capability name
- getName() - Method in class net.sf.sshapi.Logger.Level
-
Get the name of this log level.
- getName() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the base name of this file (i.e.
- getName() - Method in interface net.sf.sshapi.SshChannel
-
Get the channel name
- getName() - Method in interface net.sf.sshapi.SshProvider
-
Get the name of the library that is used for this provider.
- getOctalMode(RepositoryPermissions) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
-
Get the octal mode given a RepositoryPermissions.
- getOctalMode(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
-
Get the integer permission value given an octal mode string.
- getOOBInline() - Method in class net.sf.sshapi.AbstractSocket
-
- getOptions() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
-
Get any additional options stored with this key (if supported by provider
/ format)
- getOriginatingAddress() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
-
Get the address the tunnel connection originated from
- getOriginatingPort() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
-
Get the port the tunnel connection originated from
- getOutputStream() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
-
- getOutputStream() - Method in interface net.sf.sshapi.SshStreamChannel
-
Get the output stream for this channel.
- getPacketSize() - Method in class net.sf.sshapi.DefaultChannelData
-
- getPacketSize() - Method in interface net.sf.sshapi.SshChannel.ChannelData
-
Get the packet size.
- getPassword() - Method in class net.sf.sshapi.SshProxyServerDetails
-
Get the password required to authenticate with the proxy server.
- getPath() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the absolute path of this file.
- getPermissions() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the permissions value.
- getPermissionsString(int, long) - Static method in class net.sf.sshapi.util.Util
-
Returns a formatted permissions string.
- getPort() - Method in class net.sf.sshapi.AbstractSocket
-
- getPort() - Method in class net.sf.sshapi.SshProxyServerDetails
-
Get the proxy server port.
- getPreferredClientToServerCipher() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred client to server cipher.
- getPreferredClientToServerCompression() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred client to server compression.
- getPreferredClientToServerMAC() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred client to server MAC.
- getPreferredKeyExchange() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred server to client key exchange.
- getPreferredPublicKey() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred public key algorithm.
- getPreferredServerToClientCipher() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred server to client cipher.
- getPreferredServerToClientCompression() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred server to client compression.
- getPreferredServerToClientMAC() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred server to client MAC.
- getPreferredSSH1CipherType() - Method in class net.sf.sshapi.SshConfiguration
-
Get the preferred SSH1 cipher.
- getPrincipal() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Get the name of the principal that should be used.
- getPrivateKey() - Method in interface net.sf.sshapi.auth.SshPublicKeyAuthenticator
-
Get the private key data.
- getPrivateKey() - Method in class net.sf.sshapi.identity.SshKeyPair
-
Get the private key portion of this key pair.
- getPrivateKey() - Method in class net.sf.sshapi.util.PEMFilePublicKeyAuthenticator
-
- getProperties() - Method in class net.sf.sshapi.SshConfiguration
-
Get the properties for this configuration.
- getProtocolVersion() - Method in class net.sf.sshapi.SshConfiguration
-
Get the protocol version to accept.
- getProvider() - Method in class net.sf.sshapi.AbstractClient
-
- getProvider() - Method in class net.sf.sshapi.DefaultProviderFactory
-
Get the default provider.
- getProvider(SshConfiguration) - Method in class net.sf.sshapi.DefaultProviderFactory
-
- getProvider() - Method in interface net.sf.sshapi.SshClient
-
Get the provider that created this client.
- getProvider(SshConfiguration) - Method in interface net.sf.sshapi.SshProviderFactory
-
Create a new
SshProvider using a specified configuration.
- getProviderByName(String) - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Get a provider given it's name.
- getProxyServer() - Method in class net.sf.sshapi.SshConfiguration
-
Get the proxy server details.
- getPublicKey() - Method in class net.sf.sshapi.identity.SshKeyPair
-
Get the public key portion of this key pair.
- getPublicKey() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
-
Get the actual public key.
- getPublicKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
-
- getRandomData(int) - Method in interface net.sf.sshapi.agent.SshAgent
-
Request some random data from the remote side
- getRandomData(int) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
-
- getReceiveBufferSize() - Method in class net.sf.sshapi.AbstractSocket
-
- getRemoteIdentification() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- getRemoteIdentification() - Method in interface net.sf.sshapi.SshClient
-
Get the remote server identification string.
- getRemoteProtocolVersion() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- getRemoteProtocolVersion() - Method in interface net.sf.sshapi.SshClient
-
Get the protocol version.
- getRequestData() - Method in class net.sf.sshapi.DefaultChannelData
-
- getRequestData() - Method in interface net.sf.sshapi.SshChannel.ChannelData
-
Get the request data
- getReuseAddress() - Method in class net.sf.sshapi.AbstractSocket
-
- getSendBufferSize() - Method in class net.sf.sshapi.AbstractSocket
-
- getSftpSSH1Path() - Method in class net.sf.sshapi.SshConfiguration
-
Get the path of the SFTP server executable (SSH1 only).
- getSigningAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
-
- getSize() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the size of this file in bytes.
- getSocketFactory() - Method in class net.sf.sshapi.SshConfiguration
-
Get the socket factory to use to make outgoing connections to SSH
servers.
- getSoLinger() - Method in class net.sf.sshapi.AbstractSocket
-
- getSoTimeout() - Method in class net.sf.sshapi.AbstractSocket
-
- getSshClient(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Get the shared SSH client to use.
- getSupportChannelNames() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
-
- getSupportChannelNames() - Method in interface net.sf.sshapi.SshChannelHandler
-
Get the names of the channels this factory supports.
- getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- getSupportedCiphers(int) - Method in interface net.sf.sshapi.SshProvider
-
Get a list of supported ciphers.
- getSupportedCompression() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- getSupportedCompression() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- getSupportedCompression() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- getSupportedCompression() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- getSupportedCompression() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- getSupportedCompression() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- getSupportedCompression() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- getSupportedCompression() - Method in interface net.sf.sshapi.SshProvider
-
Get a list of supported compression types.
- getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- getSupportedKeyExchange() - Method in interface net.sf.sshapi.SshProvider
-
Get a list of supported key exchange algorithms.
- getSupportedKeyLengths() - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Get a list of all the supported key lengths.
- getSupportedKeyLengths() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- getSupportedKeyLengths() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- getSupportedKeyTypes() - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Get a list of all the supported key types.
- getSupportedKeyTypes() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- getSupportedKeyTypes() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- getSupportedMAC() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- getSupportedMAC() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- getSupportedMAC() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- getSupportedMAC() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- getSupportedMAC() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- getSupportedMAC() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- getSupportedMAC() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- getSupportedMAC() - Method in interface net.sf.sshapi.SshProvider
-
Get a list of supported MAC types.
- getSupportedPrivateKeyFileFormats() - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Get a list of all the supported private key file formats that may be
created.
- getSupportedPrivateKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- getSupportedPrivateKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- getSupportedPublicKey() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- getSupportedPublicKey() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- getSupportedPublicKey() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- getSupportedPublicKey() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- getSupportedPublicKey() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- getSupportedPublicKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- getSupportedPublicKey() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- getSupportedPublicKey() - Method in interface net.sf.sshapi.SshProvider
-
Get a list of supported public key algorithms.
- getSupportedPublicKeyFileFormats() - Method in interface net.sf.sshapi.identity.SshIdentityManager
-
Get a list of all the supported public key file formats that may be
created.
- getSupportedPublicKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
-
- getSupportedPublicKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
-
- getTcpNoDelay() - Method in class net.sf.sshapi.AbstractSocket
-
- getTimeout() - Method in class net.sf.sshapi.AbstractClient
-
- getTimeout() - Method in class net.sf.sshapi.DefaultChannelData
-
- getTimeout() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
-
- getTimeout() - Method in interface net.sf.sshapi.forwarding.SshPortForward
-
Get a timeout in milliseconds for opening the forward
- getTimeout() - Method in interface net.sf.sshapi.SshChannel.ChannelData
-
Get the timeout to use for opening the channel.
- getTimeout() - Method in interface net.sf.sshapi.SshClient
-
Get the timeout on the underlying transport (usually a Socket, if
supported).
- getTrafficClass() - Method in class net.sf.sshapi.AbstractSocket
-
- getTransfer(Resource, OutputStream, InputStream, boolean, int) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
-
- getType() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
-
Get the key type.
- getType() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the type of file.
- getType() - Method in class net.sf.sshapi.SshProxyServerDetails
-
Get the proxy server type.
- getTypeName() - Method in class JLinePasswordAuthenticator
-
- getTypeName() - Method in interface net.sf.sshapi.auth.SshAuthenticator
-
Get the name of this authenticator (e.g "password", "publickey" etc).
- getTypeName() - Method in class net.sf.sshapi.util.ConsoleKeyboardInteractiveAuthenticator
-
- getTypeName() - Method in class net.sf.sshapi.util.ConsolePasswordAuthenticator
-
- getTypeName() - Method in class net.sf.sshapi.util.DefaultAgentAuthenticator
-
- getTypeName() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
- getTypeName() - Method in class net.sf.sshapi.util.PEMFilePublicKeyAuthenticator
-
- getTypeName() - Method in class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
-
- getTypeName() - Method in class net.sf.sshapi.util.SimplePasswordAuthenticator
-
- getUID() - Method in class net.sf.sshapi.sftp.SftpFile
-
Get the user ID (UID)
- getUsername() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- getUsername() - Method in interface net.sf.sshapi.SshClient
-
Get the currently authenticated user.
- getUsername() - Method in class net.sf.sshapi.SshProxyServerDetails
-
Get the username required to authenticate with the proxy server.
- getWindowSize() - Method in class net.sf.sshapi.DefaultChannelData
-
- getWindowSize() - Method in interface net.sf.sshapi.SshChannel.ChannelData
-
Get the window size.
- getX11Cookie() - Method in class net.sf.sshapi.SshConfiguration
-
Get the cookie to use for X11 forwarding.
- getX11Cookie() - Method in class net.sf.sshapi.util.XDetails
-
Get the cookie.
- getX11Host() - Method in class net.sf.sshapi.SshConfiguration
-
Get the host to use for X11 forwarding.
- getX11Host() - Method in class net.sf.sshapi.util.XDetails
-
Get the host.
- getX11Port() - Method in class net.sf.sshapi.SshConfiguration
-
Get the port to use for X11 forwarding.
- getX11Port() - Method in class net.sf.sshapi.util.XDetails
-
Get the port.
- gid - Variable in class ssh.sftp_attributes_struct
-
- global_request_function - Variable in class ssh.ssh_callbacks_struct
-
This function will be called each time a global request is received.
C type : ssh_global_request_callback
- group - Variable in class ssh.sftp_attributes_struct
-
set if openssh and version 4
C type : char*
- GSSAPI_AUTHENTICATION - Static variable in class net.sf.sshapi.Capability
-
The provider supports GSSAPI authentication.
- guessKeyType(byte[]) - Static method in class net.sf.sshapi.util.Util
-
Guess the type of
- S_IFMT - Static variable in class net.sf.sshapi.util.Util
-
Permissions flag: Format mask constant can be used to mask off a file
type from the mode.
- S_IRUSR - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
-
- S_IRWXU - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
-
- S_ISGID - Static variable in class net.sf.sshapi.util.Util
-
Permissions flag: Bit to determine whether a file is executed as the
group owner
- S_ISUID - Static variable in class net.sf.sshapi.util.Util
-
Permissions flag: Bit to determine whether a file is executed as the
owner
- S_IWUSR - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
-
- S_IXUSR - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
-
- SCP - Static variable in class net.sf.sshapi.Capability
-
The provider supports SCP.
- scp - Class in <Unnamed>
-
Java clone of the de-facto standard OpenSSH scp command.
- scp() - Constructor for class scp
-
Constructor.
- SCP_BUFFER_SIZE - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
-
- ScpCommandExecutor - Class in org.apache.maven.wagon.providers.ssh.sshapi
-
ScpCommandExecutor - bridge class for plexus:descriptor
- ScpCommandExecutor() - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.ScpCommandExecutor
-
Constructor
- ScpWagon - Class in org.apache.maven.wagon.providers.ssh.sshapi
-
SCP protocol wagon.
- ScpWagon() - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
-
- SECSH_FORMAT - Static variable in interface net.sf.sshapi.identity.SshPublicKeyFile
-
SECSH
- seed(long) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
-
- seed(long) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
-
- seed(long) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
-
- seed(long) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
-
- seed(long) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
-
- seed(long) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
-
- seed(long) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
-
- seed(long) - Method in interface net.sf.sshapi.SshProvider
-
Seed the random number generator.
- sendEom(OutputStream) - Static method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
-
- sendRequest(String, boolean, byte[]) - Method in interface net.sf.sshapi.SshChannel
-
Sends a channel request.
- sendUrgentData(int) - Method in class net.sf.sshapi.AbstractSocket
-
- SENT - Static variable in interface net.sf.sshapi.SshDataListener
-
Data was sent to the server on this channel
- server_version - Variable in class ssh.sftp_session_struct
-
- session - Variable in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
- session - Variable in class ssh.sftp_session_struct
-
- setBannerHandler(SshBannerHandler) - Method in class net.sf.sshapi.SshConfiguration
-
Set the banner handler (called to display the login banner).
- setCharset(FileSystemOptions, String) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Set the character encoding to use.
- setCompression(FileSystemOptions, String) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Set the compression algorithm to use.
- setCreate(byte[]) - Method in class net.sf.sshapi.DefaultChannelData
-
- setData(byte[]) - Method in class net.sf.sshapi.util.XAuthorityFile
-
Set the XAuthority data.
- setDebug(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Set whether GSSAPI operations should output debug.
- setDefaultLevel(Logger.Level) - Method in class net.sf.sshapi.util.ConsoleLogger
-
Set the default level.
- setDoNotPrompt(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Set this to true if you do not want to be prompted for the password if
credentials can not be obtained from the cache or keytab.(Default is
false) If set to true authentication will fail if credentials can not be
obtained from the cache or keytab.
- setHostKeyValidator(SshHostKeyValidator) - Method in class net.sf.sshapi.SshConfiguration
-
Set the object that is used to validate host keys.
- setHostKeyVerification(FileSystemOptions, SshHostKeyValidator) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Set the host key validator to use.
- setHostname(String) - Method in class net.sf.sshapi.SshProxyServerDetails
-
Set the proxy server hostname
- setIdentities(FileSystemOptions, File[]) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Set the files contain private keys (for authentication) to use.
- setInteractiveUserInfo(InteractiveUserInfo) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
Set the interactive user info.
- setKeepAlive(boolean) - Method in class net.sf.sshapi.AbstractSocket
-
- setKnownHosts(FileSystemOptions, File) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Set the file to use to store known hosts.
- setKnownHostsProvider(KnownHostsProvider) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
- setLastModified(String, long) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Set the last modified time of a file.
- setLogger(Logger) - Static method in class net.sf.sshapi.SshConfiguration
-
Set the logger to use
- setOOBInline(boolean) - Method in class net.sf.sshapi.AbstractSocket
-
- setPacketSize(int) - Method in class net.sf.sshapi.DefaultChannelData
-
- setPassword(char[]) - Method in class net.sf.sshapi.SshProxyServerDetails
-
Set the password required to authenticate with the proxy server.
- setPassword(char[]) - Method in class net.sf.sshapi.util.SimplePasswordAuthenticator
-
Set the password that will be returned when
#promptForPassword(SshSession, String) is called.
- setPerformancePreferences(int, int, int) - Method in class net.sf.sshapi.AbstractSocket
-
- setPort(int) - Method in class net.sf.sshapi.SshProxyServerDetails
-
Set the proxy server port.
- setPreferredClientToServerCipher(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred client to server cipher.
- setPreferredClientToServerCompression(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred client to server compression.
- setPreferredClientToServerMAC(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred client to server MAC.
- setPreferredKeyExchange(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred key exchange.
- setPreferredPublicKey(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred public key algorithm.
- setPreferredServerToClientCipher(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred server to client cipher.
- setPreferredServerToClientCompression(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred server to client compression.
- setPreferredServerToClientMAC(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred server to client MAC.
- setPreferredSSH1CipherType(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred SSH1 cipher.
- setPrincipal(String) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Set the name of the principal that should be used.
- setPrivateKey(SshPrivateKey) - Method in class net.sf.sshapi.identity.SshKeyPair
-
Set the private key portion of this key pair.
- setProtocolVersion(int) - Method in class net.sf.sshapi.SshConfiguration
-
Set the preferred protocol version.
- setProviderClassLoader(ClassLoader) - Static method in class net.sf.sshapi.DefaultProviderFactory
-
Set the class loader to use to load providers.
- setProxyServer(SshProxyServerDetails) - Method in class net.sf.sshapi.SshConfiguration
-
Set the proxy server details.
- setPublicKey(SshPublicKey) - Method in class net.sf.sshapi.identity.SshKeyPair
-
Set the public key portion of this key pair.
- setReceiveBufferSize(int) - Method in class net.sf.sshapi.AbstractSocket
-
- setRequestData(byte[]) - Method in class net.sf.sshapi.DefaultChannelData
-
- setReuseAddress(boolean) - Method in class net.sf.sshapi.AbstractSocket
-
- setSendBufferSize(int) - Method in class net.sf.sshapi.AbstractSocket
-
- setSftpSSH1Path(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the path of the SFTP server executable (SSH1 only).
- setSocketFactory(SocketFactory) - Method in class net.sf.sshapi.SshConfiguration
-
Set the socket factory to use to make outgoing connections to SSH
servers.
- setSocketFactory(SocketFactory) - Static method in class net.sf.sshapi.vfs.SshClientFactory
-
Set the socket factory to use for making connections to remote SSH servers.
- setSoLinger(boolean, int) - Method in class net.sf.sshapi.AbstractSocket
-
- setSoTimeout(int) - Method in class net.sf.sshapi.AbstractSocket
-
- setSshClient(FileSystemOptions, SshClient) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
-
Set the shared SSH client to use.
- setStoreKey(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Set this to True to if you want the principal's key to be stored in the
Subject's private credentials.
- setSupportsDefaultConfiguration(boolean) - Method in class net.sf.sshapi.AbstractProvider
-
- setTcpNoDelay(boolean) - Method in class net.sf.sshapi.AbstractSocket
-
- setTimeout(int) - Method in class net.sf.sshapi.AbstractClient
-
- setTimeout(long) - Method in class net.sf.sshapi.DefaultChannelData
-
- setTimeout(int) - Method in class net.sf.sshapi.forwarding.AbstractPortForward
-
- setTimeout(int) - Method in interface net.sf.sshapi.forwarding.SshPortForward
-
Set a timeout in milliseconds for opening the forward
- setTimeout(int) - Method in interface net.sf.sshapi.SshClient
-
Set the timeout on the underlying transport (usually a Socket, if
supported).
- setTrafficClass(int) - Method in class net.sf.sshapi.AbstractSocket
-
- setTryFirstPass(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Set to true to retrieve the the username and password from the module's
shared state using "javax.security.auth.login.name" and
"javax.security.auth.login.password" as the respective keys.
- setType(SshProxyServerDetails.Type) - Method in class net.sf.sshapi.SshProxyServerDetails
-
Set the proxy server type.
- setUseKeyTab(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Set this to true if you want the module to get the principal's key from
the the keytab.(default value is False) If keyatb is not set then the
module will locate the keytab from the Kerberos configuration file.
- setUsername(String) - Method in class net.sf.sshapi.SshProxyServerDetails
-
Set the username required to authenticate with the proxy server.
- setUseTicketCache(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
-
Set this to true, if you want the TGT to be obtained from the ticket
cache.
- setWindowSize(int) - Method in class net.sf.sshapi.DefaultChannelData
-
- setX11Cookie(byte[]) - Method in class net.sf.sshapi.SshConfiguration
-
Set the cookie to use for X11 forwarding.
- setX11Cookie(byte[]) - Method in class net.sf.sshapi.util.XDetails
-
Set the cookie.
- setX11Host(String) - Method in class net.sf.sshapi.SshConfiguration
-
Set the host to use for X11 forwarding.
- setX11Port(int) - Method in class net.sf.sshapi.SshConfiguration
-
Set the port to use for X11 forwarding.
- SFTP - Static variable in class net.sf.sshapi.Capability
-
The provider supports SFTP.
- sftp - Variable in class ssh.sftp_client_message_struct
-
- sftp - Variable in class ssh.sftp_dir_struct
-
- sftp - Variable in class ssh.sftp_file_struct
-
- sftp - Variable in class ssh.sftp_message_struct
-
- sftp - Variable in class ssh.sftp_packet_struct
-
- sftp_async_read(sftp_file_struct, Pointer, int, int) - Method in interface ssh.SshLibrary
-
- sftp_async_read_begin(sftp_file_struct, int) - Method in interface ssh.SshLibrary
-
- sftp_attributes_free(sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
- sftp_attributes_struct - Class in ssh
-
- sftp_attributes_struct() - Constructor for class ssh.sftp_attributes_struct
-
- sftp_attributes_struct.ByReference - Class in ssh
-
- sftp_attributes_struct.ByValue - Class in ssh
-
- SFTP_BUFFER_SIZE - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
-
- sftp_canonicalize_path(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_canonicalize_path(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- sftp_chmod(sftp_session_struct, Pointer, int) - Method in interface ssh.SshLibrary
-
- sftp_chmod(sftp_session_struct, String, int) - Method in interface ssh.SshLibrary
-
- sftp_chown(sftp_session_struct, Pointer, int, int) - Method in interface ssh.SshLibrary
-
- sftp_chown(sftp_session_struct, String, int, int) - Method in interface ssh.SshLibrary
-
- sftp_client_message_free(sftp_client_message_struct) - Method in interface ssh.SshLibrary
-
Original signature : void sftp_client_message_free(sftp_client_message)
native declaration : /usr/include/libssh/sftp.h:776
- sftp_client_message_struct - Class in ssh
-
- sftp_client_message_struct() - Constructor for class ssh.sftp_client_message_struct
-
- sftp_client_message_struct.ByReference - Class in ssh
-
- sftp_client_message_struct.ByValue - Class in ssh
-
- SFTP_CLOSE - Static variable in interface ssh.SshLibrary
-
- sftp_close(sftp_file_struct) - Method in interface ssh.SshLibrary
-
- sftp_closedir(sftp_dir_struct) - Method in interface ssh.SshLibrary
-
- sftp_dir_eof(sftp_dir_struct) - Method in interface ssh.SshLibrary
-
- sftp_dir_struct - Class in ssh
-
- sftp_dir_struct() - Constructor for class ssh.sftp_dir_struct
-
- sftp_dir_struct(sftp_session_struct.ByReference, Pointer, SshLibrary.ssh_string, SshLibrary.ssh_buffer, int, int) - Constructor for class ssh.sftp_dir_struct
-
- sftp_dir_struct.ByReference - Class in ssh
-
- sftp_dir_struct.ByValue - Class in ssh
-
- sftp_ext(Pointer) - Constructor for class ssh.SshLibrary.sftp_ext
-
- sftp_ext() - Constructor for class ssh.SshLibrary.sftp_ext
-
- sftp_extension_supported(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_extension_supported(sftp_session_struct, String, String) - Method in interface ssh.SshLibrary
-
- sftp_extensions_get_count(sftp_session_struct) - Method in interface ssh.SshLibrary
-
- sftp_extensions_get_data(sftp_session_struct, int) - Method in interface ssh.SshLibrary
-
- sftp_extensions_get_name(sftp_session_struct, int) - Method in interface ssh.SshLibrary
-
- sftp_file_set_blocking(sftp_file_struct) - Method in interface ssh.SshLibrary
-
Original signature : void sftp_file_set_blocking(sftp_file)
native declaration : /usr/include/libssh/sftp.h:418
- sftp_file_set_nonblocking(sftp_file_struct) - Method in interface ssh.SshLibrary
-
Original signature : void sftp_file_set_nonblocking(sftp_file)
native declaration : /usr/include/libssh/sftp.h:416
- sftp_file_struct - Class in ssh
-
- sftp_file_struct() - Constructor for class ssh.sftp_file_struct
-
- sftp_file_struct(sftp_session_struct.ByReference, Pointer, long, SshLibrary.ssh_string, int, int) - Constructor for class ssh.sftp_file_struct
-
- sftp_file_struct.ByReference - Class in ssh
-
- sftp_file_struct.ByValue - Class in ssh
-
- sftp_free(sftp_session_struct) - Method in interface ssh.SshLibrary
-
- SFTP_FSETSTAT - Static variable in interface ssh.SshLibrary
-
- SFTP_FSTAT - Static variable in interface ssh.SshLibrary
-
- sftp_fstat(sftp_file_struct) - Method in interface ssh.SshLibrary
-
- sftp_fstatvfs(sftp_file_struct) - Method in interface ssh.SshLibrary
-
- sftp_get_client_message(sftp_session_struct) - Method in interface ssh.SshLibrary
-
Original signature : sftp_client_message sftp_get_client_message(sftp_session)
native declaration : /usr/include/libssh/sftp.h:775
- sftp_get_error(sftp_session_struct) - Method in interface ssh.SshLibrary
-
- sftp_handle(sftp_session_struct, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : void* sftp_handle(sftp_session, ssh_string)
native declaration : /usr/include/libssh/sftp.h:782
- sftp_handle_alloc(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string sftp_handle_alloc(sftp_session, void*)
native declaration : /usr/include/libssh/sftp.h:780
- sftp_handle_remove(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
Original signature : void sftp_handle_remove(sftp_session, void*)
native declaration : /usr/include/libssh/sftp.h:788
- SFTP_HANDLES - Static variable in interface ssh.SshLibrary
-
- sftp_init(sftp_session_struct) - Method in interface ssh.SshLibrary
-
- SFTP_LSTAT - Static variable in interface ssh.SshLibrary
-
- sftp_lstat(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_lstat(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- sftp_message_struct - Class in ssh
-
- sftp_message_struct() - Constructor for class ssh.sftp_message_struct
-
- sftp_message_struct(sftp_session_struct.ByReference, byte, SshLibrary.ssh_buffer, int) - Constructor for class ssh.sftp_message_struct
-
- sftp_message_struct.ByReference - Class in ssh
-
- sftp_message_struct.ByValue - Class in ssh
-
- SFTP_MKDIR - Static variable in interface ssh.SshLibrary
-
- sftp_mkdir(sftp_session_struct, Pointer, int) - Method in interface ssh.SshLibrary
-
- sftp_mkdir(sftp_session_struct, String, int) - Method in interface ssh.SshLibrary
-
- sftp_new(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
- SFTP_OPEN - Static variable in interface ssh.SshLibrary
-
- sftp_open(sftp_session_struct, Pointer, int, int) - Method in interface ssh.SshLibrary
-
- sftp_open(sftp_session_struct, String, int, int) - Method in interface ssh.SshLibrary
-
- SFTP_OPENDIR - Static variable in interface ssh.SshLibrary
-
- sftp_opendir(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_opendir(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- SFTP_OVER_SCP - Static variable in class net.sf.sshapi.Capability
-
The provider can fall-back to using SCP if SFTP is not available.
- sftp_packet_free(sftp_packet_struct) - Method in interface ssh.SshLibrary
-
Original signature : void sftp_packet_free(sftp_packet)
native declaration : /usr/include/libssh/sftp.h:770
- sftp_packet_read(sftp_session_struct) - Method in interface ssh.SshLibrary
-
Original signature : sftp_packet sftp_packet_read(sftp_session)
native declaration : /usr/include/libssh/sftp.h:768
- sftp_packet_struct - Class in ssh
-
- sftp_packet_struct() - Constructor for class ssh.sftp_packet_struct
-
- sftp_packet_struct(sftp_session_struct.ByReference, byte, SshLibrary.ssh_buffer) - Constructor for class ssh.sftp_packet_struct
-
- sftp_packet_struct.ByReference - Class in ssh
-
- sftp_packet_struct.ByValue - Class in ssh
-
- sftp_packet_write(sftp_session_struct, byte, SshLibrary.ssh_buffer) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_packet_write(sftp_session, uint8_t, ssh_buffer)
native declaration : /usr/include/libssh/sftp.h:769
- sftp_parse_attr(sftp_session_struct, SshLibrary.ssh_buffer, int) - Method in interface ssh.SshLibrary
-
Original signature : sftp_attributes sftp_parse_attr(sftp_session, ssh_buffer, int)
native declaration : /usr/include/libssh/sftp.h:772
- SFTP_READ - Static variable in interface ssh.SshLibrary
-
- sftp_read(sftp_file_struct, Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
- SFTP_READDIR - Static variable in interface ssh.SshLibrary
-
- sftp_readdir(sftp_session_struct, sftp_dir_struct) - Method in interface ssh.SshLibrary
-
- SFTP_READLINK - Static variable in interface ssh.SshLibrary
-
- sftp_readlink(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_readlink(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- SFTP_REALPATH - Static variable in interface ssh.SshLibrary
-
- SFTP_REMOVE - Static variable in interface ssh.SshLibrary
-
- SFTP_RENAME - Static variable in interface ssh.SshLibrary
-
- sftp_rename(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_rename(sftp_session_struct, String, String) - Method in interface ssh.SshLibrary
-
- sftp_reply_attr(sftp_client_message_struct, sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_reply_attr(sftp_client_message, sftp_attributes)
native declaration : /usr/include/libssh/sftp.h:781
- sftp_reply_data(sftp_client_message_struct, Pointer, int) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_reply_data(sftp_client_message, const void*, int)
native declaration : /usr/include/libssh/sftp.h:787
- sftp_reply_handle(sftp_client_message_struct, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_reply_handle(sftp_client_message, ssh_string)
native declaration : /usr/include/libssh/sftp.h:779
- sftp_reply_name(sftp_client_message_struct, Pointer, sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
- sftp_reply_name(sftp_client_message_struct, String, sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_reply_name(sftp_client_message, const char*, sftp_attributes)
native declaration : /usr/include/libssh/sftp.h:777
- sftp_reply_names(sftp_client_message_struct) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_reply_names(sftp_client_message)
native declaration : /usr/include/libssh/sftp.h:786
- sftp_reply_names_add(sftp_client_message_struct, Pointer, Pointer, sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
- sftp_reply_names_add(sftp_client_message_struct, String, String, sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_reply_names_add(sftp_client_message, const char*, const char*, sftp_attributes)
native declaration : /usr/include/libssh/sftp.h:784
- sftp_reply_status(sftp_client_message_struct, int, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_reply_status(sftp_client_message_struct, int, String) - Method in interface ssh.SshLibrary
-
Original signature : int sftp_reply_status(sftp_client_message, uint32_t, const char*)
native declaration : /usr/include/libssh/sftp.h:783
- sftp_request_queue_struct - Class in ssh
-
- sftp_request_queue_struct() - Constructor for class ssh.sftp_request_queue_struct
-
- sftp_request_queue_struct(sftp_request_queue_struct.ByReference, sftp_message_struct.ByReference) - Constructor for class ssh.sftp_request_queue_struct
-
- sftp_request_queue_struct.ByReference - Class in ssh
-
- sftp_request_queue_struct.ByValue - Class in ssh
-
- sftp_rewind(sftp_file_struct) - Method in interface ssh.SshLibrary
-
- SFTP_RMDIR - Static variable in interface ssh.SshLibrary
-
- sftp_rmdir(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_rmdir(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- sftp_seek(sftp_file_struct, int) - Method in interface ssh.SshLibrary
-
- sftp_seek64(sftp_file_struct, long) - Method in interface ssh.SshLibrary
-
- sftp_server_version(sftp_session_struct) - Method in interface ssh.SshLibrary
-
- sftp_session_struct - Class in ssh
-
- sftp_session_struct() - Constructor for class ssh.sftp_session_struct
-
- sftp_session_struct.ByReference - Class in ssh
-
- sftp_session_struct.ByValue - Class in ssh
-
- SFTP_SETSTAT - Static variable in interface ssh.SshLibrary
-
- sftp_setstat(sftp_session_struct, Pointer, sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
- sftp_setstat(sftp_session_struct, String, sftp_attributes_struct) - Method in interface ssh.SshLibrary
-
- SFTP_STAT - Static variable in interface ssh.SshLibrary
-
- sftp_stat(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_stat(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- sftp_status_message_struct - Class in ssh
-
- sftp_status_message_struct() - Constructor for class ssh.sftp_status_message_struct
-
- sftp_status_message_struct(int, int, SshLibrary.ssh_string, SshLibrary.ssh_string, Pointer, Pointer) - Constructor for class ssh.sftp_status_message_struct
-
- sftp_status_message_struct.ByReference - Class in ssh
-
- sftp_status_message_struct.ByValue - Class in ssh
-
- sftp_statvfs(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_statvfs(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- sftp_statvfs_free(sftp_statvfs_struct) - Method in interface ssh.SshLibrary
-
- sftp_statvfs_struct - Class in ssh
-
- sftp_statvfs_struct() - Constructor for class ssh.sftp_statvfs_struct
-
- sftp_statvfs_struct.ByReference - Class in ssh
-
- sftp_statvfs_struct.ByValue - Class in ssh
-
- SFTP_SYMLINK - Static variable in interface ssh.SshLibrary
-
- sftp_symlink(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_symlink(sftp_session_struct, String, String) - Method in interface ssh.SshLibrary
-
- sftp_tell(sftp_file_struct) - Method in interface ssh.SshLibrary
-
- sftp_tell64(sftp_file_struct) - Method in interface ssh.SshLibrary
-
- sftp_unlink(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_unlink(sftp_session_struct, String) - Method in interface ssh.SshLibrary
-
- sftp_utimes(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- sftp_utimes(sftp_session_struct, String, Pointer) - Method in interface ssh.SshLibrary
-
- SFTP_WRITE - Static variable in interface ssh.SshLibrary
-
- sftp_write(sftp_file_struct, Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
- SftpClient - Interface in net.sf.sshapi.sftp
-
Providers will create an instance of an implementation of this interface to
access the SFTP system.
- SftpCode(String, int) - Constructor for class net.sf.sshapi.sftp.SftpException.SftpCode
-
Constructor.
- SftpException - Exception in net.sf.sshapi.sftp
-
- SftpException(int) - Constructor for exception net.sf.sshapi.sftp.SftpException
-
Constructor
- SftpException(SshException.Code) - Constructor for exception net.sf.sshapi.sftp.SftpException
-
Constructor
- SftpException(int, String) - Constructor for exception net.sf.sshapi.sftp.SftpException
-
Constructor
- SftpException(int, String, Throwable) - Constructor for exception net.sf.sshapi.sftp.SftpException
-
Constructor
- SftpException.SftpCode - Class in net.sf.sshapi.sftp
-
SFTP error code.
- SftpFile - Class in net.sf.sshapi.sftp
-
Represents a single file on the remote server.
- SftpFile(int, String, long, long, long, long, int, int, int) - Constructor for class net.sf.sshapi.sftp.SftpFile
-
Constructor.
- SftpFileNameParser - Class in net.sf.sshapi.vfs
-
File name parser for Sftp.
- SftpFileNameParser() - Constructor for class net.sf.sshapi.vfs.SftpFileNameParser
-
Constructor
- SftpFileObject - Class in net.sf.sshapi.vfs
-
- SftpFileObject(AbstractFileName, SftpFileSystem) - Constructor for class net.sf.sshapi.vfs.SftpFileObject
-
- SftpFileProvider - Class in net.sf.sshapi.vfs
-
Commons VFS file provider implementation for SFTP via SSHAPI
- SftpFileProvider() - Constructor for class net.sf.sshapi.vfs.SftpFileProvider
-
Constructor.
- SftpFileSystem - Class in net.sf.sshapi.vfs
-
FileSystem implementation for SFTP via SSHAPI
- SftpFileSystem(GenericFileName, SshClient, FileSystemOptions) - Constructor for class net.sf.sshapi.vfs.SftpFileSystem
-
- SftpFileSystemConfigBuilder - Class in net.sf.sshapi.vfs
-
- SftpWagon - Class in org.apache.maven.wagon.providers.ssh.sshapi
-
SFTP protocol wagon via SSHAPI.
- SftpWagon() - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
-
- shutdownInput() - Method in class net.sf.sshapi.AbstractSocket
-
- shutdownOutput() - Method in class net.sf.sshapi.AbstractSocket
-
- sign(byte[]) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPrivateKey
-
- sign(byte[]) - Method in interface net.sf.sshapi.SshPrivateKey
-
Sign the data using this private key.
- SimpleKeyboardInteractiveAuthenticator - Class in net.sf.sshapi.util
-
Simple keyboard interactive authenticator that return replies with a fixed
set of answers.
- SimpleKeyboardInteractiveAuthenticator(String) - Constructor for class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
-
- SimpleKeyboardInteractiveAuthenticator(String[]) - Constructor for class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
-
- SimplePasswordAuthenticator - Class in net.sf.sshapi.util
-
Simple
SshAuthenticator implementation that has fixed passwords and
passphrases.
- SimplePasswordAuthenticator(char[]) - Constructor for class net.sf.sshapi.util.SimplePasswordAuthenticator
-
Constructor for when only password is going to be prompted for.
- size - Variable in class ssh.sftp_attributes_struct
-
- size - Variable in class ssh.ssh_bind_callbacks_struct
-
- size - Variable in class ssh.ssh_callbacks_struct
-
- size - Variable in class ssh.ssh_channel_callbacks_struct
-
- SOCKET_FACTORY - Static variable in class net.sf.sshapi.Capability
-
The provider supports use of a SocketFactory to create
connections.
- SOCKS4 - Static variable in class net.sf.sshapi.SshProxyServerDetails.Type
-
SOCK4
- SOCKS4_PROXY - Static variable in class net.sf.sshapi.Capability
-
The provider supports SOCKS4 proxy connections.
- SOCKS5 - Static variable in class net.sf.sshapi.SshProxyServerDetails.Type
-
SOCKS5
- SOCKS5_PROXY - Static variable in class net.sf.sshapi.Capability
-
The provider supports SOCKS5 proxy connections.
- ssh - package ssh
-
- SSH1 - Static variable in class net.sf.sshapi.Capability
-
The provider fully supports SSH1.
- SSH1_FORMAT - Static variable in interface net.sf.sshapi.identity.SshPublicKeyFile
-
SSH1
- SSH1_ONLY - Static variable in class net.sf.sshapi.SshConfiguration
-
Request only use of the SSH1 protocol.
- SSH1_OR_SSH2 - Static variable in class net.sf.sshapi.SshConfiguration
-
Request use of either SSH1 or SSH2 protocols.
- SSH1_RSA - Static variable in class net.sf.sshapi.identity.SshKeyPair
-
SSH1 RSA
- SSH2 - Static variable in class net.sf.sshapi.Capability
-
The provider fully supports SSH2.
- SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_BY_APPLICATION - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_COMPRESSION_ERROR - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_CONNECTION_LOST - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_ILLEGAL_USER_NAME - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_KEY_EXCHANGE_FAILED - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_MAC_ERROR - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_PROTOCOL_ERROR - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_RESERVED - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE - Static variable in interface ssh.SshLibrary
-
- SSH2_DISCONNECT_TOO_MANY_CONNECTIONS - Static variable in interface ssh.SshLibrary
-
- SSH2_DSA - Static variable in class net.sf.sshapi.identity.SshKeyPair
-
SSH2 DSA
- SSH2_EXTENDED_DATA_STDERR - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_CLOSE - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_DATA - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_EOF - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_EXTENDED_DATA - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_FAILURE - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_OPEN - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_OPEN_FAILURE - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_REQUEST - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_SUCCESS - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_CHANNEL_WINDOW_ADJUST - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_DEBUG - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_DISCONNECT - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_GLOBAL_REQUEST - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_IGNORE - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEX_DH_GEX_GROUP - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEX_DH_GEX_INIT - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEX_DH_GEX_REPLY - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEX_DH_GEX_REQUEST - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEX_DH_GEX_REQUEST_OLD - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEXDH_INIT - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEXDH_REPLY - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_KEXINIT - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_NEWKEYS - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_REQUEST_FAILURE - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_REQUEST_SUCCESS - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_SERVICE_ACCEPT - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_SERVICE_REQUEST - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_UNIMPLEMENTED - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_BANNER - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_FAILURE - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_INFO_REQUEST - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_INFO_RESPONSE - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_PK_OK - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_REQUEST - Static variable in interface ssh.SshLibrary
-
- SSH2_MSG_USERAUTH_SUCCESS - Static variable in interface ssh.SshLibrary
-
- SSH2_ONLY - Static variable in class net.sf.sshapi.SshConfiguration
-
Request only use of the SSH2 protocol.
- SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED - Static variable in interface ssh.SshLibrary
-
- SSH2_OPEN_CONNECT_FAILED - Static variable in interface ssh.SshLibrary
-
- SSH2_OPEN_RESOURCE_SHORTAGE - Static variable in interface ssh.SshLibrary
-
- SSH2_OPEN_UNKNOWN_CHANNEL_TYPE - Static variable in interface ssh.SshLibrary
-
- SSH2_RSA - Static variable in class net.sf.sshapi.identity.SshKeyPair
-
SSH2 RSA
- ssh_accept(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
deprecated functions
Original signature : int ssh_accept(ssh_session)
native declaration : /usr/include/libssh/server.h:304
- SSH_AGAIN - Static variable in interface ssh.SshLibrary
-
- SSH_AUTH_AGAIN - Static variable in interface ssh.SshLibrary.ssh_auth_e
-
- SSH_AUTH_DENIED - Static variable in interface ssh.SshLibrary.ssh_auth_e
-
- SSH_AUTH_ERROR - Static variable in interface ssh.SshLibrary.ssh_auth_e
-
- SSH_AUTH_INFO - Static variable in interface ssh.SshLibrary.ssh_auth_e
-
- ssh_auth_list(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_auth_list(ssh_session)
native declaration : /usr/include/libssh/libssh.h:300
- SSH_AUTH_METHOD_HOSTBASED - Static variable in interface ssh.SshLibrary
-
- SSH_AUTH_METHOD_INTERACTIVE - Static variable in interface ssh.SshLibrary
-
- SSH_AUTH_METHOD_NONE - Static variable in interface ssh.SshLibrary
-
- SSH_AUTH_METHOD_PASSWORD - Static variable in interface ssh.SshLibrary
-
- SSH_AUTH_METHOD_PUBLICKEY - Static variable in interface ssh.SshLibrary
-
- SSH_AUTH_METHOD_UNKNOWN - Static variable in interface ssh.SshLibrary
-
- SSH_AUTH_PARTIAL - Static variable in interface ssh.SshLibrary.ssh_auth_e
-
- SSH_AUTH_SUCCESS - Static variable in interface ssh.SshLibrary.ssh_auth_e
-
- ssh_basename(Pointer) - Method in interface ssh.SshLibrary
-
- ssh_basename(String) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_basename(const char*)
native declaration : /usr/include/libssh/libssh.h:301
- ssh_bind(Pointer) - Constructor for class ssh.SshLibrary.ssh_bind
-
- ssh_bind() - Constructor for class ssh.SshLibrary.ssh_bind
-
- ssh_bind_accept(SshLibrary.ssh_bind, SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
- ssh_bind_callbacks_struct - Class in ssh
-
- ssh_bind_callbacks_struct() - Constructor for class ssh.ssh_bind_callbacks_struct
-
- ssh_bind_callbacks_struct(NativeSize, SshLibrary.ssh_bind_incoming_connection_callback) - Constructor for class ssh.ssh_bind_callbacks_struct
-
- ssh_bind_callbacks_struct.ByReference - Class in ssh
-
- ssh_bind_callbacks_struct.ByValue - Class in ssh
-
- ssh_bind_fd_toaccept(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
-
- ssh_bind_free(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
-
- ssh_bind_get_fd(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
-
- ssh_bind_listen(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
-
- ssh_bind_new() - Method in interface ssh.SshLibrary
-
- SSH_BIND_OPTIONS_BANNER - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_BINDADDR - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_BINDPORT - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_BINDPORT_STR - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_DSAKEY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_HOSTKEY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_LOG_VERBOSITY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_LOG_VERBOSITY_STR - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- SSH_BIND_OPTIONS_RSAKEY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
-
- ssh_bind_options_set(SshLibrary.ssh_bind, int, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_bind_set_blocking(SshLibrary.ssh_bind, int) - Method in interface ssh.SshLibrary
-
- ssh_bind_set_callbacks(SshLibrary.ssh_bind, ssh_bind_callbacks_struct, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_bind_set_fd(SshLibrary.ssh_bind, SshLibrary.SOCKET) - Method in interface ssh.SshLibrary
-
- ssh_blocking_flush(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_blocking_flush(ssh_session, int)
native declaration : /usr/include/libssh/libssh.h:261
- ssh_buffer(Pointer) - Constructor for class ssh.SshLibrary.ssh_buffer
-
- ssh_buffer() - Constructor for class ssh.SshLibrary.ssh_buffer
-
- ssh_callbacks_struct - Class in ssh
-
- ssh_callbacks_struct() - Constructor for class ssh.ssh_callbacks_struct
-
- ssh_callbacks_struct(NativeSize, Pointer, SshLibrary.ssh_auth_callback, SshLibrary.ssh_log_callback, ssh_callbacks_struct.connect_status_function_callback, SshLibrary.ssh_global_request_callback) - Constructor for class ssh.ssh_callbacks_struct
-
- ssh_callbacks_struct.ByReference - Class in ssh
-
- ssh_callbacks_struct.ByValue - Class in ssh
-
- ssh_callbacks_struct.connect_status_function_callback - Interface in ssh
-
- ssh_channel(Pointer) - Constructor for class ssh.SshLibrary.ssh_channel
-
- ssh_channel() - Constructor for class ssh.SshLibrary.ssh_channel
-
- ssh_channel_accept_x11(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel ssh_channel_accept_x11(ssh_channel, int)
native declaration : /usr/include/libssh/libssh.h:262
- ssh_channel_callbacks_struct - Class in ssh
-
- ssh_channel_callbacks_struct() - Constructor for class ssh.ssh_channel_callbacks_struct
-
- ssh_channel_callbacks_struct(NativeSize, Pointer, SshLibrary.ssh_channel_data_callback, SshLibrary.ssh_channel_eof_callback, SshLibrary.ssh_channel_close_callback, SshLibrary.ssh_channel_signal_callback, SshLibrary.ssh_channel_exit_status_callback, SshLibrary.ssh_channel_exit_signal_callback) - Constructor for class ssh.ssh_channel_callbacks_struct
-
- ssh_channel_callbacks_struct.ByReference - Class in ssh
-
- ssh_channel_callbacks_struct.ByValue - Class in ssh
-
- ssh_channel_change_pty_size(SshLibrary.ssh_channel, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_change_pty_size(ssh_channel, int, int)
native declaration : /usr/include/libssh/libssh.h:263
- ssh_channel_close(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_close(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:264
- SSH_CHANNEL_DIRECT_TCPIP - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
-
- SSH_CHANNEL_FORWARDED_TCPIP - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
-
- ssh_channel_free(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_channel_free(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:265
- ssh_channel_get_exit_status(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_get_exit_status(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:266
- ssh_channel_get_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : ssh_session ssh_channel_get_session(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:267
- ssh_channel_is_closed(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_is_closed(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:268
- ssh_channel_is_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_is_eof(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:269
- ssh_channel_is_open(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_is_open(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:270
- ssh_channel_new(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel ssh_channel_new(ssh_session)
native declaration : /usr/include/libssh/libssh.h:271
- ssh_channel_open_forward(SshLibrary.ssh_channel, Pointer, int, Pointer, int) - Method in interface ssh.SshLibrary
-
- ssh_channel_open_forward(SshLibrary.ssh_channel, String, int, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_open_forward(ssh_channel, const char*, int, const char*, int)
native declaration : /usr/include/libssh/libssh.h:272
- ssh_channel_open_reverse_forward(SshLibrary.ssh_channel, Pointer, int, Pointer, int) - Method in interface ssh.SshLibrary
-
- ssh_channel_open_reverse_forward(SshLibrary.ssh_channel, String, int, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_open_reverse_forward(ssh_channel, const char*, int, const char*, int)
native declaration : /usr/include/libssh/server.h:289
- ssh_channel_open_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_open_session(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:274
- ssh_channel_poll(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_poll(ssh_channel, int)
native declaration : /usr/include/libssh/libssh.h:275
- ssh_channel_read(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_read(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/libssh.h:276
- ssh_channel_read_nonblocking(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_read_nonblocking(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/libssh.h:277
- ssh_channel_request_env(SshLibrary.ssh_channel, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_channel_request_env(SshLibrary.ssh_channel, String, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_env(ssh_channel, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:279
- SSH_CHANNEL_REQUEST_ENV - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
-
- ssh_channel_request_exec(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_channel_request_exec(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_exec(ssh_channel, const char*)
native declaration : /usr/include/libssh/libssh.h:280
- SSH_CHANNEL_REQUEST_EXEC - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
-
- ssh_channel_request_pty(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_pty(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:281
- SSH_CHANNEL_REQUEST_PTY - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
-
- ssh_channel_request_pty_size(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
-
- ssh_channel_request_pty_size(SshLibrary.ssh_channel, String, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_pty_size(ssh_channel, const char*, int, int)
native declaration : /usr/include/libssh/libssh.h:282
- ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel, Pointer, int, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel, String, int, String, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_send_exit_signal(ssh_channel, const char*, int, const char*, const char*)
native declaration : /usr/include/libssh/server.h:294
- ssh_channel_request_send_exit_status(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_send_exit_status(ssh_channel, int)
native declaration : /usr/include/libssh/server.h:292
- ssh_channel_request_send_signal(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_channel_request_send_signal(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_send_signal(ssh_channel, const char*)
native declaration : /usr/include/libssh/libssh.h:285
- ssh_channel_request_sftp(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_sftp(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:286
- ssh_channel_request_shell(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_shell(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:284
- SSH_CHANNEL_REQUEST_SHELL - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
-
- ssh_channel_request_subsystem(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_channel_request_subsystem(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_subsystem(ssh_channel, const char*)
native declaration : /usr/include/libssh/libssh.h:287
- SSH_CHANNEL_REQUEST_SUBSYSTEM - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
-
- SSH_CHANNEL_REQUEST_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
-
- SSH_CHANNEL_REQUEST_WINDOW_CHANGE - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
-
- ssh_channel_request_x11(SshLibrary.ssh_channel, int, Pointer, Pointer, int) - Method in interface ssh.SshLibrary
-
- ssh_channel_request_x11(SshLibrary.ssh_channel, int, String, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_request_x11(ssh_channel, int, const char*, const char*, int)
native declaration : /usr/include/libssh/libssh.h:288
- ssh_channel_select(PointerByReference, PointerByReference, PointerByReference, Pointer) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)
native declaration : /usr/include/libssh/libssh.h:291
- ssh_channel_send_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_send_eof(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:290
- SSH_CHANNEL_SESSION - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
-
- ssh_channel_set_blocking(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_channel_set_blocking(ssh_channel, int)
native declaration : /usr/include/libssh/libssh.h:293
- SSH_CHANNEL_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
-
- ssh_channel_window_size(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
-
Original signature : uint32_t ssh_channel_window_size(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:295
- ssh_channel_write(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_write(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/libssh.h:294
- ssh_channel_write_stderr(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_channel_write_stderr(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/server.h:299
- SSH_CHANNEL_X11 - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
-
- ssh_clean_pubkey_hash(PointerByReference) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_clean_pubkey_hash(unsigned char**)
native declaration : /usr/include/libssh/libssh.h:302
- SSH_CLOSED - Static variable in interface ssh.SshLibrary
-
- SSH_CLOSED_ERROR - Static variable in interface ssh.SshLibrary
-
- SSH_COMP - Static variable in interface ssh.SshLibrary
-
- SSH_COMP_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- SSH_COMP_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- ssh_connect(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_connect(ssh_session)
native declaration : /usr/include/libssh/libssh.h:303
- ssh_copyright() - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_copyright()
native declaration : /usr/include/libssh/libssh.h:304
- SSH_CRYPT - Static variable in interface ssh.SshLibrary
-
- SSH_CRYPT_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- SSH_CRYPT_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- ssh_dirname(Pointer) - Method in interface ssh.SshLibrary
-
- ssh_dirname(String) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_dirname(const char*)
native declaration : /usr/include/libssh/libssh.h:306
- ssh_disconnect(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_disconnect(ssh_session)
native declaration : /usr/include/libssh/libssh.h:305
- SSH_EINTR - Static variable in interface ssh.SshLibrary.ssh_error_types_e
-
- SSH_EOF - Static variable in interface ssh.SshLibrary
-
- SSH_ERROR - Static variable in interface ssh.SshLibrary
-
- ssh_execute_message_callbacks(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_execute_message_callbacks(ssh_session)
native declaration : /usr/include/libssh/server.h:264
- SSH_FATAL - Static variable in interface ssh.SshLibrary.ssh_error_types_e
-
- SSH_FILEXFER_ATTR_ACCESSTIME - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_ACL - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_ACMODTIME - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_CREATETIME - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_EXTENDED - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_MODIFYTIME - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_OWNERGROUP - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_SIZE - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_SUBSECOND_TIMES - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_ATTR_UIDGID - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_TYPE_DIRECTORY - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_TYPE_REGULAR - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_TYPE_SPECIAL - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_TYPE_SYMLINK - Static variable in interface ssh.SshLibrary
-
- SSH_FILEXFER_TYPE_UNKNOWN - Static variable in interface ssh.SshLibrary
-
- ssh_finalize() - Method in interface ssh.SshLibrary
-
Original signature : int ssh_finalize()
native declaration : /usr/include/libssh/libssh.h:307
- ssh_forward_accept(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel ssh_forward_accept(ssh_session, int)
native declaration : /usr/include/libssh/libssh.h:308
- ssh_forward_cancel(SshLibrary.ssh_session, Pointer, int) - Method in interface ssh.SshLibrary
-
- ssh_forward_cancel(SshLibrary.ssh_session, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_forward_cancel(ssh_session, const char*, int)
native declaration : /usr/include/libssh/libssh.h:309
- ssh_forward_listen(SshLibrary.ssh_session, Pointer, int, IntByReference) - Method in interface ssh.SshLibrary
-
- ssh_forward_listen(SshLibrary.ssh_session, String, int, IntBuffer) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_forward_listen(ssh_session, const char*, int, int*)
native declaration : /usr/include/libssh/libssh.h:310
- ssh_free(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_free(ssh_session)
native declaration : /usr/include/libssh/libssh.h:311
- SSH_FX_BAD_MESSAGE - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_BAD_MESSAGE
- SSH_FX_BAD_MESSAGE - Static variable in interface ssh.SshLibrary
-
- SSH_FX_BYTE_RANGE_LOCK_CONFLICT - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_BYTE_RANGE_LOCK_CONFLICT
- SSH_FX_BYTE_RANGE_LOCK_REFUSED - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_BYTE_RANGE_LOCK_REFUSED
- SSH_FX_CANNOT_DELETE - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_CANNOT_DELETE
- SSH_FX_CONNECTION_LOST - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NO_CONNECTION
- SSH_FX_CONNECTION_LOST - Static variable in interface ssh.SshLibrary
-
- SSH_FX_DELETE_PENDING - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_DELETE_PENDING
- SSH_FX_DIR_NOT_EMPTY - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_DIR_NOT_EMPTY
- SSH_FX_EOF - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_EOF
- SSH_FX_EOF - Static variable in interface ssh.SshLibrary
-
- SSH_FX_FAILURE - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_FAILURE
- SSH_FX_FAILURE - Static variable in interface ssh.SshLibrary
-
- SSH_FX_FILE_ALREADY_EXISTS - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_FILE_ALREADY_EXISTS
- SSH_FX_FILE_ALREADY_EXISTS - Static variable in interface ssh.SshLibrary
-
- SSH_FX_FILE_CORRUPT - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_FILE_CORRUPT
- SSH_FX_FILE_IS_A_DIRECTORY - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_FILE_IS_A_DIRECTORY
- SSH_FX_GROUP_INVALID - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_GROUP_INVALID
- SSH_FX_INVALID_FILENAME - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_INVALID_FILENAME
- SSH_FX_INVALID_HANDLE - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NO_SUCH_PATH
- SSH_FX_INVALID_HANDLE - Static variable in interface ssh.SshLibrary
-
- SSH_FX_INVALID_PARAMETER - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_INVALID_PARAMETER
- SSH_FX_LINK_LOOP - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_LINK_LOOP
- SSH_FX_LOCK_CONFLICT - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_LOCK_CONFLICT
- SSH_FX_NO_CONNECTION - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_BAD_MESSAGE
- SSH_FX_NO_CONNECTION - Static variable in interface ssh.SshLibrary
-
- SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK
- SSH_FX_NO_MEDIA - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NO_MEDIA
- SSH_FX_NO_MEDIA - Static variable in interface ssh.SshLibrary
-
- SSH_FX_NO_SPACE_ON_FILESYSTEM - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NO_SPACE_ON_FILESYSTEM
- SSH_FX_NO_SUCH_FILE - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NO_SUCH_FILE
- SSH_FX_NO_SUCH_FILE - Static variable in interface ssh.SshLibrary
-
- SSH_FX_NO_SUCH_PATH - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NO_SUCH_PATH
- SSH_FX_NO_SUCH_PATH - Static variable in interface ssh.SshLibrary
-
- SSH_FX_NOT_A_DIRECTORY - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_NOT_A_DIRECTORY
- SSH_FX_OK - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_OK
- SSH_FX_OK - Static variable in interface ssh.SshLibrary
-
- SSH_FX_OP_UNSUPPORTED - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_OP_UNSUPPORTED
- SSH_FX_OP_UNSUPPORTED - Static variable in interface ssh.SshLibrary
-
- SSH_FX_OWNER_INVALID - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_OWNER_INVALID
- SSH_FX_PERMISSION_DENIED - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_PERMISSION_DENIED
- SSH_FX_PERMISSION_DENIED - Static variable in interface ssh.SshLibrary
-
- SSH_FX_QUOTA_EXCEEDED - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_QUOTA_EXCEEDED
- SSH_FX_UNKNOWN_PRINCIPAL - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_UNKNOWN_PRINCIPAL
- SSH_FX_WRITE_PROTECT - Static variable in exception net.sf.sshapi.sftp.SftpException
-
SSH_FX_WRITE_PROTECT
- SSH_FX_WRITE_PROTECT - Static variable in interface ssh.SshLibrary
-
- SSH_FXE_STATVFS_ST_NOSUID - Static variable in interface ssh.SshLibrary
-
- SSH_FXE_STATVFS_ST_RDONLY - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_APPEND - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_CREAT - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_EXCL - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_READ - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_RENAME_ATOMIC - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_RENAME_NATIVE - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_RENAME_OVERWRITE - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_TEXT - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_TRUNC - Static variable in interface ssh.SshLibrary
-
- SSH_FXF_WRITE - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_ATTRS - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_CLOSE - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_DATA - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_EXTENDED - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_EXTENDED_REPLY - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_FSETSTAT - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_FSTAT - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_HANDLE - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_INIT - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_LSTAT - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_MKDIR - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_NAME - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_OPEN - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_OPENDIR - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_READ - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_READDIR - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_READLINK - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_REALPATH - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_REMOVE - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_RENAME - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_RMDIR - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_SETSTAT - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_STAT - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_STATUS - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_SYMLINK - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_VERSION - Static variable in interface ssh.SshLibrary
-
- SSH_FXP_WRITE - Static variable in interface ssh.SshLibrary
-
- ssh_get_disconnect_message(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_get_disconnect_message(ssh_session)
native declaration : /usr/include/libssh/libssh.h:312
- ssh_get_error(Pointer) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_get_error(void*)
native declaration : /usr/include/libssh/libssh.h:313
- ssh_get_error_code(Pointer) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_get_error_code(void*)
native declaration : /usr/include/libssh/libssh.h:314
- ssh_get_fd(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : socket_t ssh_get_fd(ssh_session)
native declaration : /usr/include/libssh/libssh.h:315
- ssh_get_hexa(Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
- ssh_get_hexa(byte[], NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_get_hexa(const unsigned char*, size_t)
native declaration : /usr/include/libssh/libssh.h:316
- ssh_get_issue_banner(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_get_issue_banner(ssh_session)
native declaration : /usr/include/libssh/libssh.h:317
- ssh_get_openssh_version(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_get_openssh_version(ssh_session)
native declaration : /usr/include/libssh/libssh.h:318
- ssh_get_pubkey(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string ssh_get_pubkey(ssh_session)
native declaration : /usr/include/libssh/libssh.h:319
- ssh_get_pubkey_hash(SshLibrary.ssh_session, PointerByReference) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_get_pubkey_hash(ssh_session, unsigned char**)
native declaration : /usr/include/libssh/libssh.h:320
- ssh_get_random(Pointer, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_get_random(void*, int, int)
native declaration : /usr/include/libssh/libssh.h:321
- ssh_get_status(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_get_status(ssh_session)
native declaration : /usr/include/libssh/libssh.h:323
- ssh_get_version(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_get_version(ssh_session)
native declaration : /usr/include/libssh/libssh.h:322
- ssh_getpass(Pointer, Pointer, NativeSize, int, int) - Method in interface ssh.SshLibrary
-
- ssh_getpass(String, ByteBuffer, NativeSize, int, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_getpass(const char*, char*, size_t, int, int)
native declaration : /usr/include/libssh/libssh.h:409
- SSH_GLOBAL_REQUEST_CANCEL_TCPIP_FORWARD - Static variable in interface ssh.SshLibrary.ssh_global_requests_e
-
- SSH_GLOBAL_REQUEST_TCPIP_FORWARD - Static variable in interface ssh.SshLibrary.ssh_global_requests_e
-
- SSH_GLOBAL_REQUEST_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_global_requests_e
-
- ssh_handle_key_exchange(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
- SSH_HOSTKEYS - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- ssh_init() - Method in interface ssh.SshLibrary
-
Original signature : int ssh_init()
native declaration : /usr/include/libssh/libssh.h:324
- ssh_is_blocking(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_is_blocking(ssh_session)
native declaration : /usr/include/libssh/libssh.h:325
- ssh_is_connected(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_is_connected(ssh_session)
native declaration : /usr/include/libssh/libssh.h:326
- ssh_is_server_known(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_is_server_known(ssh_session)
native declaration : /usr/include/libssh/libssh.h:327
- SSH_KEX - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- SSH_KEYTYPE_DSS - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
-
- SSH_KEYTYPE_RSA - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
-
- SSH_KEYTYPE_RSA1 - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
-
- SSH_KEYTYPE_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
-
- SSH_LANG - Static variable in interface ssh.SshLibrary
-
- SSH_LANG_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- SSH_LANG_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- ssh_log(SshLibrary.ssh_session, int, Pointer, Object...) - Method in interface ssh.SshLibrary
-
- ssh_log(SshLibrary.ssh_session, int, String, Object...) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_log(ssh_session, int, const char*, null)
native declaration : /usr/include/libssh/libssh.h:328
- SSH_LOG_FUNCTIONS - Static variable in interface ssh.SshLibrary
-
- SSH_LOG_NOLOG - Static variable in interface ssh.SshLibrary
-
- SSH_LOG_PACKET - Static variable in interface ssh.SshLibrary
-
- SSH_LOG_PROTOCOL - Static variable in interface ssh.SshLibrary
-
- SSH_LOG_RARE - Static variable in interface ssh.SshLibrary
-
- SSH_MAC - Static variable in interface ssh.SshLibrary
-
- SSH_MAC_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- SSH_MAC_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
-
- ssh_message(Pointer) - Constructor for class ssh.SshLibrary.ssh_message
-
- ssh_message() - Constructor for class ssh.SshLibrary.ssh_message
-
- ssh_message_auth_password(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_auth_password(ssh_message)
native declaration : /usr/include/libssh/server.h:246
- ssh_message_auth_publickey(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : ssh_public_key ssh_message_auth_publickey(ssh_message)
native declaration : /usr/include/libssh/server.h:247
- ssh_message_auth_publickey_state(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
- ssh_message_auth_reply_pk_ok(SshLibrary.ssh_message, SshLibrary.ssh_string, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_auth_reply_pk_ok(ssh_message, ssh_string, ssh_string)
native declaration : /usr/include/libssh/server.h:250
- ssh_message_auth_reply_pk_ok_simple(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_auth_reply_pk_ok_simple(ssh_message)
native declaration : /usr/include/libssh/server.h:251
- ssh_message_auth_reply_success(SshLibrary.ssh_message, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_auth_reply_success(ssh_message, int)
native declaration : /usr/include/libssh/server.h:249
- ssh_message_auth_set_methods(SshLibrary.ssh_message, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_auth_set_methods(ssh_message, int)
native declaration : /usr/include/libssh/server.h:253
- ssh_message_auth_user(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_auth_user(ssh_message)
native declaration : /usr/include/libssh/server.h:245
- ssh_message_channel_request_channel(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel ssh_message_channel_request_channel(ssh_message)
native declaration : /usr/include/libssh/server.h:271
- ssh_message_channel_request_command(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_channel_request_command(ssh_message)
native declaration : /usr/include/libssh/server.h:282
- ssh_message_channel_request_env_name(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_channel_request_env_name(ssh_message)
native declaration : /usr/include/libssh/server.h:279
- ssh_message_channel_request_env_value(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_channel_request_env_value(ssh_message)
native declaration : /usr/include/libssh/server.h:280
- ssh_message_channel_request_open_destination(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_channel_request_open_destination(ssh_message)
native declaration : /usr/include/libssh/server.h:268
- ssh_message_channel_request_open_destination_port(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_channel_request_open_destination_port(ssh_message)
native declaration : /usr/include/libssh/server.h:269
- ssh_message_channel_request_open_originator(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_channel_request_open_originator(ssh_message)
native declaration : /usr/include/libssh/server.h:266
- ssh_message_channel_request_open_originator_port(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_channel_request_open_originator_port(ssh_message)
native declaration : /usr/include/libssh/server.h:267
- ssh_message_channel_request_open_reply_accept(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message)
native declaration : /usr/include/libssh/libssh.h:329
- ssh_message_channel_request_pty_height(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_channel_request_pty_height(ssh_message)
native declaration : /usr/include/libssh/server.h:275
- ssh_message_channel_request_pty_pxheight(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_channel_request_pty_pxheight(ssh_message)
native declaration : /usr/include/libssh/server.h:277
- ssh_message_channel_request_pty_pxwidth(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_channel_request_pty_pxwidth(ssh_message)
native declaration : /usr/include/libssh/server.h:276
- ssh_message_channel_request_pty_term(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_channel_request_pty_term(ssh_message)
native declaration : /usr/include/libssh/server.h:273
- ssh_message_channel_request_pty_width(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_channel_request_pty_width(ssh_message)
native declaration : /usr/include/libssh/server.h:274
- ssh_message_channel_request_reply_success(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_channel_request_reply_success(ssh_message)
native declaration : /usr/include/libssh/libssh.h:330
- ssh_message_channel_request_subsystem(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_channel_request_subsystem(ssh_message)
native declaration : /usr/include/libssh/server.h:284
- ssh_message_free(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_message_free(ssh_message)
native declaration : /usr/include/libssh/libssh.h:331
- ssh_message_get(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : ssh_message ssh_message_get(ssh_session)
native declaration : /usr/include/libssh/libssh.h:332
- ssh_message_global_request_address(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_global_request_address(ssh_message)
native declaration : /usr/include/libssh/server.h:286
- ssh_message_global_request_port(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_global_request_port(ssh_message)
native declaration : /usr/include/libssh/server.h:287
- ssh_message_global_request_reply_success(SshLibrary.ssh_message, short) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_global_request_reply_success(ssh_message, uint16_t)
native declaration : /usr/include/libssh/server.h:258
- ssh_message_reply_default(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
messages.c
Original signature : int ssh_message_reply_default(ssh_message)
native declaration : /usr/include/libssh/server.h:243
- ssh_message_retrieve(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
-
Original signature : ssh_message ssh_message_retrieve(ssh_session, uint32_t)
native declaration : /usr/include/libssh/legacy.h:90
- ssh_message_service_reply_success(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_service_reply_success(ssh_message)
native declaration : /usr/include/libssh/server.h:255
- ssh_message_service_service(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_message_service_service(ssh_message)
native declaration : /usr/include/libssh/server.h:256
- ssh_message_subtype(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_subtype(ssh_message)
native declaration : /usr/include/libssh/libssh.h:333
- ssh_message_type(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_message_type(ssh_message)
native declaration : /usr/include/libssh/libssh.h:334
- ssh_mkdir(Pointer, int) - Method in interface ssh.SshLibrary
-
- ssh_mkdir(String, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_mkdir(const char*, mode_t)
native declaration : /usr/include/libssh/libssh.h:335
- ssh_new() - Method in interface ssh.SshLibrary
-
Original signature : ssh_session ssh_new()
native declaration : /usr/include/libssh/libssh.h:336
- SSH_NO_ERROR - Static variable in interface ssh.SshLibrary.ssh_error_types_e
-
- SSH_OK - Static variable in interface ssh.SshLibrary
-
- SSH_OPTIONS_ADD_IDENTITY - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_BINDADDR - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_CIPHERS_C_S - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_CIPHERS_S_C - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_COMPRESSION - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_COMPRESSION_C_S - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_COMPRESSION_LEVEL - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_COMPRESSION_S_C - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- ssh_options_copy(SshLibrary.ssh_session, PointerByReference) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_options_copy(ssh_session, ssh_session*)
native declaration : /usr/include/libssh/libssh.h:338
- SSH_OPTIONS_FD - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- ssh_options_getopt(SshLibrary.ssh_session, IntByReference, PointerByReference) - Method in interface ssh.SshLibrary
-
- ssh_options_getopt(SshLibrary.ssh_session, IntBuffer, PointerByReference) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_options_getopt(ssh_session, int*, char**)
native declaration : /usr/include/libssh/libssh.h:339
- SSH_OPTIONS_HOST - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_IDENTITY - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_KNOWNHOSTS - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_LOG_VERBOSITY - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_LOG_VERBOSITY_STR - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- ssh_options_parse_config(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_options_parse_config(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_options_parse_config(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:340
- SSH_OPTIONS_PORT - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_PORT_STR - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_PROXYCOMMAND - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- ssh_options_set(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_options_set(ssh_session, ssh_options_e, const void*)
native declaration : /usr/include/libssh/libssh.h:341
- SSH_OPTIONS_SSH1 - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_SSH2 - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_SSH_DIR - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_STRICTHOSTKEYCHECK - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_TIMEOUT - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_TIMEOUT_USEC - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- SSH_OPTIONS_USER - Static variable in interface ssh.SshLibrary.ssh_options_e
-
- ssh_packet_callbacks_struct - Class in ssh
-
- ssh_packet_callbacks_struct() - Constructor for class ssh.ssh_packet_callbacks_struct
-
- ssh_packet_callbacks_struct(byte, byte, Pointer, Pointer) - Constructor for class ssh.ssh_packet_callbacks_struct
-
- ssh_packet_callbacks_struct.ByReference - Class in ssh
-
- ssh_packet_callbacks_struct.ByValue - Class in ssh
-
- SSH_PACKET_NOT_USED - Static variable in interface ssh.SshLibrary
-
- SSH_PACKET_USED - Static variable in interface ssh.SshLibrary
-
- ssh_pcap_file(Pointer) - Constructor for class ssh.SshLibrary.ssh_pcap_file
-
- ssh_pcap_file() - Constructor for class ssh.SshLibrary.ssh_pcap_file
-
- ssh_pcap_file_close(SshLibrary.ssh_pcap_file) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_pcap_file_close(ssh_pcap_file)
native declaration : /usr/include/libssh/libssh.h:343
- ssh_pcap_file_free(SshLibrary.ssh_pcap_file) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_pcap_file_free(ssh_pcap_file)
native declaration : /usr/include/libssh/libssh.h:344
- ssh_pcap_file_new() - Method in interface ssh.SshLibrary
-
Original signature : ssh_pcap_file ssh_pcap_file_new()
native declaration : /usr/include/libssh/libssh.h:345
- ssh_pcap_file_open(SshLibrary.ssh_pcap_file, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_pcap_file_open(SshLibrary.ssh_pcap_file, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_pcap_file_open(ssh_pcap_file, const char*)
native declaration : /usr/include/libssh/libssh.h:346
- ssh_print_hexa(Pointer, Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
- ssh_print_hexa(String, byte[], NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_print_hexa(const char*, const unsigned char*, size_t)
native declaration : /usr/include/libssh/libssh.h:350
- ssh_private_key(Pointer) - Constructor for class ssh.SshLibrary.ssh_private_key
-
- ssh_private_key() - Constructor for class ssh.SshLibrary.ssh_private_key
-
- ssh_privatekey_type(SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
-
Original signature : ssh_keytypes_e ssh_privatekey_type(ssh_private_key)
native declaration : /usr/include/libssh/libssh.h:348
- ssh_public_key(Pointer) - Constructor for class ssh.SshLibrary.ssh_public_key
-
- ssh_public_key() - Constructor for class ssh.SshLibrary.ssh_public_key
-
- SSH_PUBLICKEY_STATE_ERROR - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
-
- SSH_PUBLICKEY_STATE_NONE - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
-
- SSH_PUBLICKEY_STATE_VALID - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
-
- SSH_PUBLICKEY_STATE_WRONG - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
-
- ssh_publickey_to_file(SshLibrary.ssh_session, Pointer, SshLibrary.ssh_string, int) - Method in interface ssh.SshLibrary
-
- ssh_publickey_to_file(SshLibrary.ssh_session, String, SshLibrary.ssh_string, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_publickey_to_file(ssh_session, const char*, ssh_string, int)
native declaration : /usr/include/libssh/legacy.h:84
- SSH_READ_PENDING - Static variable in interface ssh.SshLibrary
-
- SSH_REQUEST_AUTH - Static variable in interface ssh.SshLibrary.ssh_requests_e
-
- SSH_REQUEST_CHANNEL - Static variable in interface ssh.SshLibrary.ssh_requests_e
-
- SSH_REQUEST_CHANNEL_OPEN - Static variable in interface ssh.SshLibrary.ssh_requests_e
-
- SSH_REQUEST_DENIED - Static variable in interface ssh.SshLibrary.ssh_error_types_e
-
- SSH_REQUEST_GLOBAL - Static variable in interface ssh.SshLibrary.ssh_requests_e
-
- SSH_REQUEST_SERVICE - Static variable in interface ssh.SshLibrary.ssh_requests_e
-
- ssh_scp(Pointer) - Constructor for class ssh.SshLibrary.ssh_scp
-
- ssh_scp() - Constructor for class ssh.SshLibrary.ssh_scp
-
- ssh_scp_accept_request(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_accept_request(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:351
- ssh_scp_close(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_close(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:352
- ssh_scp_deny_request(SshLibrary.ssh_scp, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_scp_deny_request(SshLibrary.ssh_scp, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_deny_request(ssh_scp, const char*)
native declaration : /usr/include/libssh/libssh.h:353
- ssh_scp_free(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_scp_free(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:354
- ssh_scp_init(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_init(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:355
- ssh_scp_leave_directory(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_leave_directory(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:356
- ssh_scp_new(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_scp_new(SshLibrary.ssh_session, int, String) - Method in interface ssh.SshLibrary
-
Original signature : ssh_scp ssh_scp_new(ssh_session, int, const char*)
native declaration : /usr/include/libssh/libssh.h:357
- ssh_scp_pull_request(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_pull_request(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:358
- ssh_scp_push_directory(SshLibrary.ssh_scp, Pointer, int) - Method in interface ssh.SshLibrary
-
- ssh_scp_push_directory(SshLibrary.ssh_scp, String, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_push_directory(ssh_scp, const char*, int)
native declaration : /usr/include/libssh/libssh.h:359
- ssh_scp_push_file(SshLibrary.ssh_scp, Pointer, NativeSize, int) - Method in interface ssh.SshLibrary
-
- ssh_scp_push_file(SshLibrary.ssh_scp, String, NativeSize, int) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_push_file(ssh_scp, const char*, size_t, int)
native declaration : /usr/include/libssh/libssh.h:360
- SSH_SCP_READ - Static variable in interface ssh.SshLibrary
-
- ssh_scp_read(SshLibrary.ssh_scp, Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_read(ssh_scp, void*, size_t)
native declaration : /usr/include/libssh/libssh.h:361
- SSH_SCP_RECURSIVE - Static variable in interface ssh.SshLibrary
-
- SSH_SCP_REQUEST_ENDDIR - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
-
End of directory
End of directory
native declaration : /usr/include/libssh/libssh.h:256
- SSH_SCP_REQUEST_EOF - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
-
End of requests
End of requests
native declaration : /usr/include/libssh/libssh.h:254
- ssh_scp_request_get_filename(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_scp_request_get_filename(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:362
- ssh_scp_request_get_permissions(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_request_get_permissions(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:363
- ssh_scp_request_get_size(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : size_t ssh_scp_request_get_size(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:364
- ssh_scp_request_get_warning(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_scp_request_get_warning(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:365
- SSH_SCP_REQUEST_NEWDIR - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
-
A new directory is going to be pulled
A new directory is going to be pulled
native declaration : /usr/include/libssh/libssh.h:250
- SSH_SCP_REQUEST_NEWFILE - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
-
A new file is going to be pulled
A new file is going to be pulled
native declaration : /usr/include/libssh/libssh.h:252
- SSH_SCP_REQUEST_WARNING - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
-
Warning received
Warning received
native declaration : /usr/include/libssh/libssh.h:258
- SSH_SCP_WRITE - Static variable in interface ssh.SshLibrary
-
- ssh_scp_write(SshLibrary.ssh_scp, Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_scp_write(ssh_scp, const void*, size_t)
native declaration : /usr/include/libssh/libssh.h:366
- ssh_select(PointerByReference, PointerByReference, SshLibrary.SOCKET, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_select(ssh_channel*, ssh_channel*, socket_t, fd_set*, timeval*)
native declaration : /usr/include/libssh/libssh.h:367
- SSH_SERVER_ERROR - Static variable in interface ssh.SshLibrary.ssh_server_known_e
-
- SSH_SERVER_FILE_NOT_FOUND - Static variable in interface ssh.SshLibrary.ssh_server_known_e
-
- SSH_SERVER_FOUND_OTHER - Static variable in interface ssh.SshLibrary.ssh_server_known_e
-
- SSH_SERVER_KNOWN_CHANGED - Static variable in interface ssh.SshLibrary.ssh_server_known_e
-
- SSH_SERVER_KNOWN_OK - Static variable in interface ssh.SshLibrary.ssh_server_known_e
-
- SSH_SERVER_NOT_KNOWN - Static variable in interface ssh.SshLibrary.ssh_server_known_e
-
- ssh_service_request(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_service_request(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_service_request(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:369
- ssh_session(Pointer) - Constructor for class ssh.SshLibrary.ssh_session
-
- ssh_session() - Constructor for class ssh.SshLibrary.ssh_session
-
- ssh_set_blocking(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_set_blocking(ssh_session, int)
native declaration : /usr/include/libssh/libssh.h:370
- ssh_set_callbacks(SshLibrary.ssh_session, ssh_callbacks_struct) - Method in interface ssh.SshLibrary
-
- ssh_set_channel_callbacks(SshLibrary.ssh_channel, ssh_channel_callbacks_struct) - Method in interface ssh.SshLibrary
-
- ssh_set_fd_except(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_set_fd_except(ssh_session)
native declaration : /usr/include/libssh/libssh.h:371
- ssh_set_fd_toread(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_set_fd_toread(ssh_session)
native declaration : /usr/include/libssh/libssh.h:372
- ssh_set_fd_towrite(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_set_fd_towrite(ssh_session)
native declaration : /usr/include/libssh/libssh.h:373
- ssh_set_message_callback(SshLibrary.ssh_session, SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback, Pointer) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_set_message_callback(ssh_session, ssh_set_message_callback_arg1_ssh_bind_message_callback_callback, void*)
native declaration : /usr/include/libssh/server.h:261
- ssh_set_pcap_file(SshLibrary.ssh_session, SshLibrary.ssh_pcap_file) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_set_pcap_file(ssh_session, ssh_pcap_file)
native declaration : /usr/include/libssh/libssh.h:375
- ssh_silent_disconnect(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_silent_disconnect(ssh_session)
native declaration : /usr/include/libssh/libssh.h:374
- ssh_socket_callbacks_struct - Class in ssh
-
- ssh_socket_callbacks_struct() - Constructor for class ssh.ssh_socket_callbacks_struct
-
- ssh_socket_callbacks_struct(Pointer, SshLibrary.ssh_callback_data, SshLibrary.ssh_callback_int, SshLibrary.ssh_callback_int_int, SshLibrary.ssh_callback_int_int) - Constructor for class ssh.ssh_socket_callbacks_struct
-
- ssh_socket_callbacks_struct.ByReference - Class in ssh
-
- ssh_socket_callbacks_struct.ByValue - Class in ssh
-
- SSH_SOCKET_CONNECTED_ERROR - Static variable in interface ssh.SshLibrary
-
- SSH_SOCKET_CONNECTED_OK - Static variable in interface ssh.SshLibrary
-
- SSH_SOCKET_CONNECTED_TIMEOUT - Static variable in interface ssh.SshLibrary
-
- SSH_SOCKET_EXCEPTION_EOF - Static variable in interface ssh.SshLibrary
-
- SSH_SOCKET_EXCEPTION_ERROR - Static variable in interface ssh.SshLibrary
-
- SSH_SOCKET_FLOW_WRITEWILLBLOCK - Static variable in interface ssh.SshLibrary
-
- SSH_SOCKET_FLOW_WRITEWONTBLOCK - Static variable in interface ssh.SshLibrary
-
- ssh_string(Pointer) - Constructor for class ssh.SshLibrary.ssh_string
-
- ssh_string() - Constructor for class ssh.SshLibrary.ssh_string
-
- ssh_string_burn(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_string_burn(ssh_string)
native declaration : /usr/include/libssh/libssh.h:398
- ssh_string_copy(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string ssh_string_copy(ssh_string)
native declaration : /usr/include/libssh/libssh.h:399
- ssh_string_data(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : void* ssh_string_data(ssh_string)
native declaration : /usr/include/libssh/libssh.h:400
- ssh_string_fill(SshLibrary.ssh_string, Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_string_fill(ssh_string, const void*, size_t)
native declaration : /usr/include/libssh/libssh.h:401
- ssh_string_free(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_string_free(ssh_string)
native declaration : /usr/include/libssh/libssh.h:402
- ssh_string_free_char(Pointer) - Method in interface ssh.SshLibrary
-
- ssh_string_free_char(ByteBuffer) - Method in interface ssh.SshLibrary
-
Original signature : void ssh_string_free_char(char*)
native declaration : /usr/include/libssh/libssh.h:407
- ssh_string_from_char(Pointer) - Method in interface ssh.SshLibrary
-
- ssh_string_from_char(String) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string ssh_string_from_char(const char*)
native declaration : /usr/include/libssh/libssh.h:403
- ssh_string_len(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : size_t ssh_string_len(ssh_string)
native declaration : /usr/include/libssh/libssh.h:404
- ssh_string_new(NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string ssh_string_new(size_t)
native declaration : /usr/include/libssh/libssh.h:405
- ssh_string_to_char(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_string_to_char(ssh_string)
native declaration : /usr/include/libssh/libssh.h:406
- ssh_threads_callbacks_struct - Class in ssh
-
- ssh_threads_callbacks_struct() - Constructor for class ssh.ssh_threads_callbacks_struct
-
- ssh_threads_callbacks_struct(Pointer, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_id_callback) - Constructor for class ssh.ssh_threads_callbacks_struct
-
- ssh_threads_callbacks_struct.ByReference - Class in ssh
-
- ssh_threads_callbacks_struct.ByValue - Class in ssh
-
- ssh_threads_get_noop() - Method in interface ssh.SshLibrary
-
- ssh_threads_get_pthread() - Method in interface ssh.SshLibrary
-
- ssh_threads_set_callbacks(ssh_threads_callbacks_struct) - Method in interface ssh.SshLibrary
-
- ssh_try_publickey_from_file(SshLibrary.ssh_session, Pointer, PointerByReference, IntByReference) - Method in interface ssh.SshLibrary
-
- ssh_try_publickey_from_file(SshLibrary.ssh_session, String, PointerByReference, IntBuffer) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_try_publickey_from_file(ssh_session, const char*, ssh_string*, int*)
native declaration : /usr/include/libssh/libssh.h:297
- ssh_userauth_autopubkey(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_autopubkey(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_autopubkey(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:380
- ssh_userauth_kbdint(SshLibrary.ssh_session, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_kbdint(SshLibrary.ssh_session, String, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_kbdint(ssh_session, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:381
- ssh_userauth_kbdint_getinstruction(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_userauth_kbdint_getinstruction(ssh_session)
native declaration : /usr/include/libssh/libssh.h:382
- ssh_userauth_kbdint_getname(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_userauth_kbdint_getname(ssh_session)
native declaration : /usr/include/libssh/libssh.h:383
- ssh_userauth_kbdint_getnprompts(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_kbdint_getnprompts(ssh_session)
native declaration : /usr/include/libssh/libssh.h:384
- ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session, int, ByteBuffer) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_userauth_kbdint_getprompt(ssh_session, unsigned int, char*)
native declaration : /usr/include/libssh/libssh.h:385
- ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session, int, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_kbdint_setanswer(ssh_session, unsigned int, const char*)
native declaration : /usr/include/libssh/libssh.h:386
- ssh_userauth_list(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_list(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_list(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:388
- ssh_userauth_none(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_none(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_none(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:389
- ssh_userauth_offer_pubkey(SshLibrary.ssh_session, Pointer, int, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
- ssh_userauth_offer_pubkey(SshLibrary.ssh_session, String, int, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_offer_pubkey(ssh_session, const char*, int, ssh_string)
native declaration : /usr/include/libssh/libssh.h:390
- ssh_userauth_password(SshLibrary.ssh_session, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_password(SshLibrary.ssh_session, String, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_password(ssh_session, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:391
- ssh_userauth_privatekey_file(SshLibrary.ssh_session, Pointer, Pointer, Pointer) - Method in interface ssh.SshLibrary
-
- ssh_userauth_privatekey_file(SshLibrary.ssh_session, String, String, String) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_privatekey_file(ssh_session, const char*, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:393
- ssh_userauth_pubkey(SshLibrary.ssh_session, Pointer, SshLibrary.ssh_string, SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
-
- ssh_userauth_pubkey(SshLibrary.ssh_session, String, SshLibrary.ssh_string, SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_userauth_pubkey(ssh_session, const char*, ssh_string, ssh_private_key)
native declaration : /usr/include/libssh/libssh.h:392
- ssh_version(int) - Method in interface ssh.SshLibrary
-
Original signature : char* ssh_version(int)
native declaration : /usr/include/libssh/libssh.h:395
- ssh_write_knownhost(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
-
Original signature : int ssh_write_knownhost(ssh_session)
native declaration : /usr/include/libssh/libssh.h:396
- SshAgent - Interface in net.sf.sshapi.agent
-
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
- SshAgentAuthenticator - Interface in net.sf.sshapi.auth
-
Authenticator that uses keys from the local agent.
- SshAuthenticator - Interface in net.sf.sshapi.auth
-
Call-back interface used when authenticating an
SshClient.
- SshBannerHandler - Interface in net.sf.sshapi
-
Call back that is invoked when to display a banner message (during
authentication)
- SshChannel - Interface in net.sf.sshapi
-
- SshChannel.ChannelData - Interface in net.sf.sshapi
-
Encapsulate details needed for channel creation
- SshChannelHandler - Interface in net.sf.sshapi
-
SSH allows custom channels to be handled.
- SshChannelListener - Interface in net.sf.sshapi
-
- SshClient - Interface in net.sf.sshapi
-
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
- SshClientFactory - Class in net.sf.sshapi.vfs
-
- SshClientFactory() - Constructor for class net.sf.sshapi.vfs.SshClientFactory
-
- SshConfiguration - Class in net.sf.sshapi
-
Represents configuration of an
SshClient and some attributes /
callbacks that are common to all providers.
- SshConfiguration() - Constructor for class net.sf.sshapi.SshConfiguration
-
Constructor
- SshConfiguration(SshHostKeyValidator) - Constructor for class net.sf.sshapi.SshConfiguration
-
Constructor
- SshConfiguration(Properties) - Constructor for class net.sf.sshapi.SshConfiguration
-
Constructor
- SshConfiguration(Properties, SshHostKeyValidator) - Constructor for class net.sf.sshapi.SshConfiguration
-
Constructor
- SshDataListener - Interface in net.sf.sshapi
-
Interface to be implemented by listeners who wish to receive events about
SshLifecycleComponent opening, closing and data transfer.
- SshDataProducingComponent - Interface in net.sf.sshapi
-
Interface to be implemented by any lifecycle components that might produce
data that can be listened to.
- SshException - Exception in net.sf.sshapi
-
Exception thrown during various SSH operations.
- SshException() - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException(String, Throwable) - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException(String) - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException(Throwable) - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException(SshException.Code) - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException(SshException.Code, String, Throwable) - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException(SshException.Code, String) - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException(SshException.Code, Throwable) - Constructor for exception net.sf.sshapi.SshException
-
Constructor.
- SshException.Code - Class in net.sf.sshapi
-
Error code.
- SshExtendedStreamChannel - Interface in net.sf.sshapi
-
Extension of a
SshStreamChannel that adds the Extended Input Stream,
used for STDERR.
- SshFileTransferClient - Interface in net.sf.sshapi
-
Interface to be implemented by components that can produce file transfer
events, such as SFTP and SCP.
- SshFileTransferListener - Interface in net.sf.sshapi
-
Listener that may be implemented to received events about file transfer
progress, for both SCP and SFTP.
- SshGSSAPIAuthenticator - Interface in net.sf.sshapi.auth
-
Authenticate using GGSAPI.
- SshHostKey - Interface in net.sf.sshapi.hostkeys
-
Represent an authorized host key.
- SshHostKeyManager - Interface in net.sf.sshapi.hostkeys
-
Implementations are responsible for managing host keys.
- SshHostKeyValidator - Interface in net.sf.sshapi.hostkeys
-
Implementations are responsible for validating host keys during initial
connection.
- SshIdentityManager - Interface in net.sf.sshapi.identity
-
Identity manager implementations are responsible for generating and parsing
various different formats of Public and Private keys.
- SshKeyboardInteractiveAuthenticator - Interface in net.sf.sshapi.auth
-
Authenticator used for Keyboard Interactive authentication.
- SshKeyPair - Class in net.sf.sshapi.identity
-
- SshKeyPair(SshPublicKey, SshPrivateKey) - Constructor for class net.sf.sshapi.identity.SshKeyPair
-
Constructor.
- SshLibrary - Interface in ssh
-
- SshLibrary.sftp_ext - Class in ssh
-
- SshLibrary.sftp_ext_struct - Interface in ssh
-
- SshLibrary.SOCKET - Interface in ssh
-
- SshLibrary.ssh_auth_callback - Interface in ssh
-
- SshLibrary.ssh_auth_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:88
enum values
- SshLibrary.ssh_bind - Class in ssh
-
- SshLibrary.ssh_bind_incoming_connection_callback - Interface in ssh
-
- SshLibrary.ssh_bind_options_e - Interface in ssh
-
native declaration : /usr/include/libssh/server.h:38
enum values
- SshLibrary.ssh_bind_struct - Interface in ssh
-
- SshLibrary.ssh_buffer - Class in ssh
-
- SshLibrary.ssh_buffer_struct - Interface in ssh
-
- SshLibrary.ssh_callback_data - Interface in ssh
-
- SshLibrary.ssh_callback_int - Interface in ssh
-
- SshLibrary.ssh_callback_int_int - Interface in ssh
-
- SshLibrary.ssh_channel - Class in ssh
-
- SshLibrary.ssh_channel_callback_data - Interface in ssh
-
- SshLibrary.ssh_channel_callback_int - Interface in ssh
-
- SshLibrary.ssh_channel_close_callback - Interface in ssh
-
- SshLibrary.ssh_channel_data_callback - Interface in ssh
-
- SshLibrary.ssh_channel_eof_callback - Interface in ssh
-
- SshLibrary.ssh_channel_exit_signal_callback - Interface in ssh
-
- SshLibrary.ssh_channel_exit_status_callback - Interface in ssh
-
- SshLibrary.ssh_channel_requests_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:122
enum values
- SshLibrary.ssh_channel_signal_callback - Interface in ssh
-
- SshLibrary.ssh_channel_struct - Interface in ssh
-
- SshLibrary.ssh_channel_type_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:114
enum values
- SshLibrary.ssh_error_types_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:164
enum values
- SshLibrary.ssh_global_request_callback - Interface in ssh
-
- SshLibrary.ssh_global_requests_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:132
enum values
- SshLibrary.ssh_kex_types_e - Interface in ssh
-
the offsets of methods
native declaration : /usr/include/libssh/libssh.h:70
enum values
- SshLibrary.ssh_keytypes_e - Interface in ssh
-
some types for keys
native declaration : /usr/include/libssh/libssh.h:172
enum values
- SshLibrary.ssh_log_callback - Interface in ssh
-
- SshLibrary.ssh_message - Class in ssh
-
- SshLibrary.ssh_message_callback - Interface in ssh
-
- SshLibrary.ssh_message_struct - Interface in ssh
-
- SshLibrary.ssh_options_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:213
enum values
- SshLibrary.ssh_packet_callback - Interface in ssh
-
- SshLibrary.ssh_pcap_file - Class in ssh
-
- SshLibrary.ssh_pcap_file_struct - Interface in ssh
-
- SshLibrary.ssh_private_key - Class in ssh
-
- SshLibrary.ssh_private_key_struct - Interface in ssh
-
- SshLibrary.ssh_public_key - Class in ssh
-
- SshLibrary.ssh_public_key_struct - Interface in ssh
-
- SshLibrary.ssh_publickey_state_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:138
enum values
- SshLibrary.ssh_requests_e - Interface in ssh
-
messages
native declaration : /usr/include/libssh/libssh.h:106
enum values
- SshLibrary.ssh_scp - Class in ssh
-
- SshLibrary.ssh_scp_request_types - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:248
enum values
- SshLibrary.ssh_scp_struct - Interface in ssh
-
- SshLibrary.ssh_server_known_e - Interface in ssh
-
native declaration : /usr/include/libssh/libssh.h:150
enum values
- SshLibrary.ssh_session - Class in ssh
-
- SshLibrary.ssh_session_struct - Interface in ssh
-
- SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback - Interface in ssh
-
- SshLibrary.ssh_status_callback - Interface in ssh
-
- SshLibrary.ssh_string - Class in ssh
-
- SshLibrary.ssh_string_struct - Interface in ssh
-
- SshLibrary.ssh_thread_callback - Interface in ssh
-
- SshLibrary.ssh_thread_id_callback - Interface in ssh
-
- SshLibrary.timeval - Interface in ssh
-
- SshLifecycleComponent - Interface in net.sf.sshapi
-
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
- SshLifecycleListener - Interface in net.sf.sshapi
-
Interface to be implemented by listeners who wish to receive events about
SshLifecycleComponent opening, closing and data transfer.
- SshPasswordAuthenticator - Interface in net.sf.sshapi.auth
-
Authenticator implementation used for simple "password" authentication.
- SshPasswordPrompt - Interface in net.sf.sshapi
-
Call-back interface used when passwords or passphrases are needed.
- SshPortForward - Interface in net.sf.sshapi.forwarding
-
Maintains state of either a local or remote port forward.
- SshPortForwardListener - Interface in net.sf.sshapi.forwarding
-
Interfaces to be implemented by classes that wish to be notified when port
forwarding channels are opened and closed.
- SshPortForwardTunnel - Interface in net.sf.sshapi.forwarding
-
Represents a single tunneled connection that is spawned as the result of a
client making a connection to the listening socket of a configured port
forward.
- SshPrivateKey - Interface in net.sf.sshapi
-
Represents a private key.
- SshPrivateKeyFile - Interface in net.sf.sshapi.identity
-
- SshProvider - Interface in net.sf.sshapi
-
Every SSH API implementation must provide one implementation of this
interface.
- SshProviderFactory - Interface in net.sf.sshapi
-
Implementations are responsible for creating
SshProvider instances.
- SshProxyServerDetails - Class in net.sf.sshapi
-
Holds details of the proxy server to connect to the remote SSH through.
- SshProxyServerDetails(SshProxyServerDetails.Type, String, int, String, char[]) - Constructor for class net.sf.sshapi.SshProxyServerDetails
-
Constructor.
- SshProxyServerDetails.Type - Class in net.sf.sshapi
-
Proxy sever type.
- SshPublicKey - Interface in net.sf.sshapi
-
Represents the the public key portion of a key pair.
- SshPublicKeyAuthenticator - Interface in net.sf.sshapi.auth
-
Authenticator used to key authentication.
- SshPublicKeyFile - Interface in net.sf.sshapi.identity
-
- SshPublicKeySubsystem - Interface in net.sf.sshapi.identity
-
Some server / provider combinations will be able to support management of
authorized keys.
- SshSCPClient - Interface in net.sf.sshapi
-
The SCP client.
- SshShell - Interface in net.sf.sshapi
-
A remote shell.
- SshStreamChannel - Interface in net.sf.sshapi
-
- sshTool - Variable in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
- SSHTOOLS_FORMAT - Static variable in interface net.sf.sshapi.identity.SshPublicKeyFile
-
SSHTools
- start() - Method in class scp
-
Start the command.
- start - Variable in class ssh.ssh_packet_callbacks_struct
-
- startedTransfer(String, String, long) - Method in interface net.sf.sshapi.SshFileTransferListener
-
A new file transfer has started.
- startedTransfer(String, String, long) - Method in class scp
-
- stat(String) - Method in interface net.sf.sshapi.sftp.SftpClient
-
Get an SFTP file object (containing all of it's attributes) given a path
in the remote file system.
- status - Variable in class ssh.sftp_status_message_struct
-
- STATUS_HOST_CHANGED - Static variable in interface net.sf.sshapi.hostkeys.SshHostKeyValidator
-
Host key is known, but is different.
- STATUS_HOST_KEY_UNKNOWN - Static variable in interface net.sf.sshapi.hostkeys.SshHostKeyValidator
-
Host key is not known
- STATUS_HOST_KEY_VALID - Static variable in interface net.sf.sshapi.hostkeys.SshHostKeyValidator
-
Host key is valid
- string_burn(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : void string_burn(ssh_string)
native declaration : /usr/include/libssh/legacy.h:91
- string_copy(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string string_copy(ssh_string)
native declaration : /usr/include/libssh/legacy.h:92
- string_data(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : void* string_data(ssh_string)
native declaration : /usr/include/libssh/legacy.h:93
- string_fill(SshLibrary.ssh_string, Pointer, NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : int string_fill(ssh_string, const void*, size_t)
native declaration : /usr/include/libssh/legacy.h:94
- string_free(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : void string_free(ssh_string)
native declaration : /usr/include/libssh/legacy.h:95
- string_from_char(Pointer) - Method in interface ssh.SshLibrary
-
- string_from_char(String) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string string_from_char(const char*)
native declaration : /usr/include/libssh/legacy.h:96
- string_len(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : size_t string_len(ssh_string)
native declaration : /usr/include/libssh/legacy.h:97
- string_new(NativeSize) - Method in interface ssh.SshLibrary
-
Original signature : ssh_string string_new(size_t)
native declaration : /usr/include/libssh/legacy.h:98
- string_to_char(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
-
Original signature : char* string_to_char(ssh_string)
native declaration : /usr/include/libssh/legacy.h:99
- stringPointer(String) - Static method in class net.sf.sshapi.impl.libssh.LibsshClient
-
- supportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
-
- supportsConfiguration(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
-
Examine the configuration to see if this provider supports it.
- supportsDirectoryCopy() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
-
- supportsPassphraseChange() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
-
Get whether changing of the key passphrase is supported.