- Static variable in class org.apache.sshd.server.
- g - Variable in class org.apache.sshd.client.kex.DHGEXClient
-
- generateChallenge(ServerSession, String, String, String) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- generateChallenge(ServerSession, String, String, String) - Method in interface org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
-
Generates the interactive "challenge" to send to the client
- getAcceptanceAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getActiveSessionCountForUser(String) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getActiveSessionCountForUser(String) - Method in interface org.apache.sshd.server.session.ServerSession
-
Retrieve the current number of sessions active for a given username.
- getActiveSessions() - Method in class org.apache.sshd.server.SshServer
-
Obtain the list of active sessions.
- getAgent() - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- getAgent() - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- getAgent() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- getAgentFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the agent factory for creating SshAgent objects.
- getAgentFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getAgentForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
- getAgentForwardSupport() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getAgentForwardSupport() - Method in interface org.apache.sshd.common.session.ConnectionService
-
- getAgentForwardSupport() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getAlias() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- getAsyncErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncErr() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getAsyncIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncIn() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getAsyncOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncOut() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getAttribute(Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAttributesCount() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getAttributesCount() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getAttributesCount() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAuthCommandName(int) - Static method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getAuthenticationTimeout() - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- getAuthenticationTimeout() - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- getAuthSocket() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- getAuthTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAuthTimeout() - Method in interface org.apache.sshd.common.session.Session
-
- getAuthTimeoutStart() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAuthTimeoutStart() - Method in interface org.apache.sshd.common.session.Session
-
- getBLString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks5
-
- getBoundAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getBoundAddresses() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- getBoundAddresses() - Method in class org.apache.sshd.server.SshServer
-
- getBoundLocalPortForward(int) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getBoundLocalPortForward(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getBoundLocalPortForward(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getBoundRemotePortForward(int) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getBoundRemotePortForward(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getBoundRemotePortForward(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getBuffer() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getBuffer() - Method in class org.apache.sshd.common.channel.IoWriteFutureImpl
-
- getBuffer() - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- getBuffer() - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- getChannel() - Method in interface org.apache.sshd.client.channel.ClientChannelHolder
-
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
-
- getChannel() - Method in interface org.apache.sshd.common.channel.ChannelHolder
-
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- getChannel() - Method in class org.apache.sshd.common.channel.Window
-
- getChannel(byte, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Retrieve the channel designated by the given packet
- getChannel(byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getChannelFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for Channel objects.
- getChannelFactories() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
-
- getChannelForwardingFactories(FactoryManager) - Method in interface org.apache.sshd.agent.SshAgentFactory
-
The channels are requested by the ssh server when forwarding a client request.
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.unix.UnixAgentFactory
-
- getChannelGroup() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getChannelId() - Method in exception org.apache.sshd.common.channel.exception.SshChannelException
-
- getChannelListenerProxy() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getChannelListenerProxy() - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
-
- getChannelListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getChannelListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getChannels() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getChannelSession() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getChannelSession() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getChannelState() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getChannelState() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getChannelStreamPacketWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- getChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getChannelType() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- getChannelType() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getChannelType() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getCipherFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getCipherFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for Cipher.
- getCipherFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCipherFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCipherInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getCiphers(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getClient() - Method in class org.apache.sshd.client.session.SessionFactory
-
- getClientAddress() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getClientAddress() - Method in interface org.apache.sshd.server.session.ServerSession
-
- getClientChannel() - Method in interface org.apache.sshd.client.channel.ClientChannelHolder
-
- getClientChannel() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- getClientHostKeys() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- getClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getClientIdentityLoader() - Method in class org.apache.sshd.client.SshClient
-
- getClientKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getClientKexProposals() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getClientProxyConnector() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getClientProxyConnector() - Method in interface org.apache.sshd.client.session.ClientProxyConnectorHolder
-
- getClientProxyConnector() - Method in class org.apache.sshd.client.SshClient
-
- getClientSession() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getClientSession() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- getClientSession() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getClientSession() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
- getClientSession() - Method in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- getClientSession() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getClientSession() - Method in interface org.apache.sshd.client.session.ClientSessionHolder
-
- getClientSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getClientSession() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- getClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getClientVersion() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getCommand() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getCommand() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- getCommand() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- getCommandFactory() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the CommandFactory to be used to process commands requests.
- getCommandFactory() - Method in class org.apache.sshd.server.SshServer
-
- getCommandMessageName(int) - Static method in class org.apache.sshd.agent.SshAgentConstants
-
Converts a command value to a user-friendly name
- getComment() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- getCompletedFuture() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- getCompression(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getCompressionFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getCompressionFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for Compression.
- getCompressionFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCompressionFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCompressionInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getConnectAddress() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getConnectAddress() - Method in interface org.apache.sshd.client.session.ClientSession
-
Returns the original address (after having been translated through host
configuration entries if any) that was request to connect.
- getConnectionContext() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getConnectionContext() - Method in interface org.apache.sshd.client.session.ClientSession
-
- getConnectionService() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getConnectionService() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getConnectionService() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getConnectionService() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getConnectTimeout() - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- getConnectTimeout() - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- getCurrentPasswordCandidate() - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getDefaultAuthorizedKeysFile() - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- getDefaultHomeDir() - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- getDefaultIoServiceFactoryFactoryInstance() - Static method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
-
- getDefaultListeners() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getDelegate() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getDelegateCommandFactory() - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- getDelegateVerifier() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getDH() - Method in class org.apache.sshd.client.kex.DHGClient
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- getDomain() - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- getE() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getElements() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- getEnv() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the environment map
- getEnv() - Method in class org.apache.sshd.server.StandardEnvironment
-
- getEnvironment() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getEnvironment() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getErrorStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getErrorStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getErrorStream() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getEvent(Channel, String, V) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- getException() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Returns the cause of the authentication failure.
- getException() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- getException() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- getException() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- getException() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getException() - Method in class org.apache.sshd.common.future.DefaultKeyExchangeFuture
-
- getException() - Method in interface org.apache.sshd.common.future.KeyExchangeFuture
-
Returns the cause of the exchange failure.
- getException() - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- getExchangeLanguageTag(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getExchangeSubMethods(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getExecutorService() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- getExecutorService() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- getExecutorService() - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- getExecutorService() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getExecutorService() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getExecutorService() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getExecutorService() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- getExecutorServiceFactory() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- getExitCallback() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getExitSignal() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getExitSignal() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getExitStatus() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getExitStatus() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getFactoryClass() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getFactoryClassName() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getFactoryManager() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- getFactoryManager() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getFactoryManager() - Method in interface org.apache.sshd.client.session.ClientSession
-
- getFactoryManager() - Method in interface org.apache.sshd.common.FactoryManagerHolder
-
- getFactoryManager() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getFactoryManager() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getFactoryManager() - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- getFactoryManager() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getFactoryManager() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getFactoryManager() - Method in interface org.apache.sshd.server.session.ServerSession
-
- getFactoryManager() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getFallbackPublicKeyEntryResolver() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getFallbackPublicKeyEntryResolver() - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- getFilePasswordProvider() - Method in class org.apache.sshd.client.SshClient
-
- getFileSystem() - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
-
- getFileSystemFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the FileSystemFactory to be used to traverse the file system.
- getFileSystemFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getForwardedPort(int) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getForwardedPort(int) - Method in interface org.apache.sshd.common.forward.ForwardingFilter
-
- getForwarderFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the forwarder factory used to support forwarding.
- getForwarderFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getForwardingFilter() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the ForwardingFilter to be used by the SSH server.
- getForwardingFilter() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getForwardingFilter() - Method in interface org.apache.sshd.common.session.ConnectionService
-
Retrieve the forwarder instance
- getForwardingFilter() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getForwardingFilter() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getG() - Method in class org.apache.sshd.common.kex.DHG
-
- getG() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getG() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
-
- getGlobalRequestHandlers() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of global request handlers.
- getGlobalRequestHandlers() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getGroupKexOpcodeName(int) - Static method in interface org.apache.sshd.common.kex.KeyExchange
-
- getGSSAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the GSSAuthenticator to be used by the SSH server.
- getGSSAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getGSSAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getGSSCredential(GSSManager) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Overridable method to get GSS accept credential suitable for the current environment.
- getGSSManager() - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Overridable method to get GSS manager suitable for current environment.
- getH() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getH() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the computed h parameter
- getHash() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getHash() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getHash() - Method in class org.apache.sshd.common.kex.DHG
-
- getHash() - Method in class org.apache.sshd.common.kex.ECDH
-
- getHash() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
The message digest used by this key exchange algorithm.
- getHost() - Method in class org.apache.sshd.server.SshServer
-
- getHostBasedAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the HostBasedAuthenticator to be used by the SSH server.
- getHostBasedAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getHostBasedAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getHostConfigEntryResolver() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
- getHostConfigEntryResolver() - Method in class org.apache.sshd.client.SshClient
-
- getHostEntry() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- getHostKey() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getHostKey() - Method in interface org.apache.sshd.server.session.ServerSession
-
- getHostValueDigester(ClientSession, SocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getId() - Method in class org.apache.sshd.agent.local.AgentServerProxy
-
- getId() - Method in interface org.apache.sshd.agent.SshAgentServer
-
- getId() - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- getId() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getId() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- getId() - Method in interface org.apache.sshd.common.channel.Channel
-
- getId() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getId() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
-
- getId() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getIdentities() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- getIdentities() - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- getIdentities() - Method in class org.apache.sshd.agent.local.AgentImpl
-
- getIdentities() - Method in interface org.apache.sshd.agent.SshAgent
-
- getIdentityFileName(NamedResource) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- getIdentityFileName(String) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- getIdentityType(String) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- getIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getIdleTimeout() - Method in interface org.apache.sshd.common.session.Session
-
- getIdleTimeoutStart() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getIdleTimeoutStart() - Method in interface org.apache.sshd.common.session.Session
-
- getIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getIn() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
-
- getIn() - Method in class org.apache.sshd.server.channel.PipeDataReceiver
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- getInnerCloseable() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.client.channel.ChannelSession
-
- getInnerCloseable() - Method in class org.apache.sshd.client.SshClient
-
- getInnerCloseable() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- getInnerCloseable() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getInnerCloseable() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- getInnerCloseable() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getInnerCloseable() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getInnerCloseable() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getInnerCloseable() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getInnerCloseable() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.server.SshServer
-
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
-
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- getInputStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getInputStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Returns the output stream used to feed the shell.
- getInputStream() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getInstance() - Static method in class org.apache.sshd.agent.unix.AprLibrary
-
get the shared instance of APR library, if none, initialize one
- getInteractionInstruction(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionInstruction() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getInteractionLanguage(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionName(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionName() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getInteractionPrompt(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInvertedErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedErr() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getInvertedIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedIn() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Access to an output stream to send data directly to the remote channel.
- getInvertedOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedOut() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getIoHandler() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getIoHandler() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getIoServiceEventListener() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getIoServiceEventListener() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getIoServiceEventListener() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getIoServiceFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
- getIoServiceFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getIoServiceFactoryFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getIoServiceProvider() - Method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
-
- getIoSession() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getIoSession() - Method in interface org.apache.sshd.common.session.Session
-
- getIoSession() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getK() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getK() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getK() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the computed k parameter
- getKex() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getKex() - Method in interface org.apache.sshd.common.session.Session
-
- getKexExtensionHandler() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getKexExtensionHandler() - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandlerManager
-
- getKexFactories(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getKexNegotiationResult() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getKexState() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getKeyboardInteractiveAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the KeyboardInteractiveAuthenticator to be used by
the SSH server.
- getKeyboardInteractiveAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getKeyboardInteractiveAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getKeyExchangeFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getKeyExchangeFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for KeyExchange.
- getKeyIdentityProvider() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getKeyIdentityProvider() - Method in class org.apache.sshd.client.SshClient
-
- getKeyPair(Collection<? extends Map.Entry<KeyPair, String>>, PublicKey) - Static method in class org.apache.sshd.agent.local.AgentImpl
-
- getKeyPairProvider() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getKeyPairProvider() - Method in class org.apache.sshd.server.SshServer
-
- getKeySet() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
-
- getLanguage() - Method in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
- getLanguageTag() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getLoadedHostsEntries() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getLocalAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getLocalAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getLocalAddress() - Method in interface org.apache.sshd.common.session.Session
-
- getLocalAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getLocalForwardsBindings() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getLocalSocketAddress() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- getLocalWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getLocalWindow() - Method in interface org.apache.sshd.common.channel.Channel
-
- getMacFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getMacFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for Mac.
- getMacFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getMacFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getMacInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getMacs(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getManagedSessions() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getMaxSize() - Method in class org.apache.sshd.common.channel.Window
-
- getMessage() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- getMetadataMap() - Method in interface org.apache.sshd.client.session.ClientSession
-
Access to the metadata.
- getMetadataMap() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getModifiedServerKeyAcceptor() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getName() - Method in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
-
- getName() - Method in class org.apache.sshd.agent.unix.ChannelAgentForwardingFactory
-
- getName() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getName() - Method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- getName() - Method in class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
-
- getName() - Method in class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
-
- getName() - Method in class org.apache.sshd.client.kex.DHGClient
-
- getName() - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- getName() - Method in class org.apache.sshd.client.session.ClientConnectionServiceFactory
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
-
- getName() - Method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
- getName() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getName() - Method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- getName() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getName() - Method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- getName() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
-
- getName() - Method in class org.apache.sshd.server.channel.ChannelSessionFactory
-
- getName() - Method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
- getName() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- getName() - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- getName() - Method in class org.apache.sshd.server.kex.DHGServer
-
- getName() - Method in class org.apache.sshd.server.session.ServerConnectionServiceFactory
-
- getNegotiatedKexParameter(KexProposalOption) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getNextChannelId() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getNioWorkers() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getNioWorkers(FactoryManager) - Static method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getNTString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks4
-
- getOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getOpenFuture() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getOriginatorAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getOutputStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getOutputStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getOutputStream() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getP() - Method in class org.apache.sshd.common.kex.DHG
-
- getP() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
-
- getP1() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP14() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP15() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP16() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP17() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP18() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getPacketSize() - Method in class org.apache.sshd.common.channel.Window
-
- getParentPropertyResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getParentPropertyResolver() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getParentPropertyResolver() - Method in interface org.apache.sshd.common.Service
-
- getParentPropertyResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getParsedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
-
- getPasswordAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the PasswordAuthenticator to be used by the SSH server.
- getPasswordAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getPasswordAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getPasswordIdentityProvider() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- getPasswordIdentityProvider() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getPasswordIdentityProvider() - Method in class org.apache.sshd.client.SshClient
-
- getPendingMessagesQueue() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getPort() - Method in class org.apache.sshd.server.SshServer
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getPortForwardingEventListenerProxy() - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getPrompt() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- getPrompt() - Method in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
- getPrompts() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getProperties() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getProperties() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getProperties() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getProperties() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getProperties() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getProperties() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getPtyColumns() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyHeight() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyLines() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyModes() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyModes() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the PTY modes settings
- getPtyModes() - Method in class org.apache.sshd.server.StandardEnvironment
-
- getPtyModeValue(PtyMode) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getPtyType() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyWidth() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPublicKey() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- getPublicKey() - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
- getPublickeyAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the PublickeyAuthenticator to be used by SSH server.
- getPublickeyAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getPublickeyAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getPublicKeysParser() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- getRandomFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the Random factory to be used.
- getRandomFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getRead() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getReasonCode() - Method in exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
The reason code as specified by RFC 4254.
- getRecipient() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRecipient() - Method in interface org.apache.sshd.common.channel.Channel
-
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- getRegisteredIdentities() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- getRegisteredIdentities() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getRegisteredIdentities() - Method in class org.apache.sshd.client.SshClient
-
- getRegisteredManagers() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getRegisteredManagers() - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
-
- getRegisteredManagers() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getRemoteAddress() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
-
- getRemoteAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getRemoteAddress() - Method in interface org.apache.sshd.common.session.Session
-
- getRemoteForwardsBindings() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getRemoteForwardsBindings() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getRemoteForwardsBindings() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getRemoteSocketAddress() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- getRemoteWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRemoteWindow() - Method in interface org.apache.sshd.common.channel.Channel
-
- getRequestHandlers() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRequestHandlers() - Method in interface org.apache.sshd.common.channel.Channel
-
- getRequestName() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- getRequiredKey() - Method in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
-
- getReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getReservedSessionMessagesHandler() - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
-
- getScheduledExecutorService() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the ScheduledExecutorService to be used.
- getScheduledExecutorService() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getServer() - Method in class org.apache.sshd.server.session.SessionFactory
-
- getServerKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getServerKexProposals() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getServerKey() - Method in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- getServerKey() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- getServerKey() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the server's key
- getServerKey() - Method in class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
-
- getServerKeyVerifier() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
Retrieve the server key verifier to be used to check the key when connecting
to an SSH server.
- getServerKeyVerifier() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getServerKeyVerifier() - Method in class org.apache.sshd.client.SshClient
-
- getServerProxyAcceptor() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getServerProxyAcceptor() - Method in interface org.apache.sshd.server.session.ServerProxyAcceptorHolder
-
- getServerProxyAcceptor() - Method in class org.apache.sshd.server.SshServer
-
- getServerSession() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getServerSession() - Method in interface org.apache.sshd.server.channel.ServerChannel
-
- getServerSession() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getServerSession() - Method in class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
-
- getServerSession() - Method in class org.apache.sshd.server.session.ServerConnectionService
-
- getServerSession() - Method in interface org.apache.sshd.server.session.ServerSessionHolder
-
- getServerSession() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getServerSession() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getServerVersion() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getService() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getService() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getService(Class<T>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getService(Class<T>) - Method in interface org.apache.sshd.common.session.Session
-
Get the service of the specified type.
- getService() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getServiceFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of SSH Service factories.
- getServiceFactories() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getServices() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getServices() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getSession() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getSession() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- getSession() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- getSession() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getSession() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getSession() - Method in interface org.apache.sshd.client.subsystem.SubsystemClient
-
- getSession() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getSession() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getSession() - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- getSession() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getSession() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getSession(IoSession) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Retrieve the SSH session from the I/O session.
- getSession(IoSession, boolean) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Retrieve the session SSH from the I/O session.
- getSession() - Method in interface org.apache.sshd.common.session.SessionHolder
-
- getSession() - Method in class org.apache.sshd.common.session.SessionWorkBuffer
-
- getSession() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getSession() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getSession() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getSession() - Method in class org.apache.sshd.server.session.ServerConnectionService
-
- getSession() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getSession() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getSessionContext() - Method in interface org.apache.sshd.common.session.SessionHolder
-
- getSessionDisconnectHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getSessionDisconnectHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getSessionDisconnectHandler() - Method in interface org.apache.sshd.common.session.SessionDisconnectHandlerManager
-
- getSessionFactory() - Method in class org.apache.sshd.client.SshClient
-
- getSessionFactory() - Method in class org.apache.sshd.server.SshServer
-
- getSessionId() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getSessionListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getSessionListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getSessionListenerProxy() - Method in interface org.apache.sshd.common.session.SessionListenerManager
-
- getSessionState() - Method in interface org.apache.sshd.client.session.ClientSession
-
- getSessionState() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getShellFactory() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the
ShellFactory object to be used to create shells.
- getShellFactory() - Method in class org.apache.sshd.server.SshServer
-
- getSignalListeners(Signal, boolean) - Method in class org.apache.sshd.server.StandardEnvironment
-
Retrieves the set of listeners registered for a signal
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- getSignatures(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getSimpleKexOpcodeName(int) - Static method in interface org.apache.sshd.common.kex.KeyExchange
-
- getSize() - Method in class org.apache.sshd.common.channel.Window
-
- getSize() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
-
- getSocket() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getStartedCommandFuture() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getStartedLocalPortForwards() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getStartedLocalPortForwards() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getStartedLocalPortForwards() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getStartedRemotePortForwards() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getStartedRemotePortForwards() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getStartedRemotePortForwards() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getStreaming() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getStreaming() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getSubsystem() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
The subsystem name
- getSubsystemFactories() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the list of named factories for CommandFactory.Command to
be used to create subsystems.
- getSubsystemFactories() - Method in class org.apache.sshd.server.SshServer
-
- getTcpForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
- getTcpipChannelType() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getTcpipChannelType() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getTimeout() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- getTimeoutStatus() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getTimeoutStatus() - Method in interface org.apache.sshd.common.session.Session
-
Check if timeout has occurred.
- getTunnelEntrance() - Method in interface org.apache.sshd.common.forward.ForwardingTunnelEndpointsProvider
-
- getTunnelEntrance() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getTunnelEntrance() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getTunnelExit() - Method in interface org.apache.sshd.common.forward.ForwardingTunnelEndpointsProvider
-
- getTunnelExit() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getTunnelExit() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getType() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- getUByte(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getUnknownChannelReferenceHandler() - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
- getUnsupportedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
-
- getUpdatedPassword(ClientSession, String, String) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Invoked when the server returns an SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
response indicating that the password should be changed - e.g., expired or
not strong enough (as per the server's policy).
- getUserAuthFactories() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getUserAuthFactories() - Method in class org.apache.sshd.client.SshClient
-
- getUserAuthFactories() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getUserAuthFactories() - Method in class org.apache.sshd.server.SshServer
-
- getUserAuthService() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getUserHomeDir(String) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- getUserInteraction() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- getUserInteraction() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getUserInteraction() - Method in class org.apache.sshd.client.SshClient
-
- getUsername() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getUsername() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getUsername() - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- getUserResponses(String, String, String, String[], boolean[]) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getUsersHomeDir() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
- getUShort(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- getVersion() - Method in interface org.apache.sshd.common.FactoryManager
-
An upper case string identifying the version of the software used on client or server side.
- getVersion() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getWelcomePhase() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getX11ForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
- getX11ForwardSupport() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getX11ForwardSupport() - Method in interface org.apache.sshd.common.session.ConnectionService
-
- getX11ForwardSupport() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- globalRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process global requests
- globalRequestHandlers - Variable in class org.apache.sshd.common.BaseBuilder
-
- globalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- globalRequestHandlers - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- GracefulChannelCloseable() - Constructor for class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- gracefulFuture - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- gracefulState - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- GROUP_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
-
- GSSAuthenticator - Class in org.apache.sshd.server.auth.gss
-
Class providing basic GSS authentication services.
- GSSAuthenticator() - Constructor for class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
- h - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- handleAcceptance(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- handleAcceptance(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- handleAcceptance(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- handleAcceptance(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- handleAgentForwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleAuthCountDisconnectReason(Session, Service, String, String, String, int, int) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if the number of authentication attempts exceeded the maximum allowed
- handleAuthenticationFailure(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthenticationInProgress(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthenticationSuccess(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthParamsDisconnectReason(Session, Service, String, String, String, String) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if the authentication parameters changed in mid-authentication process.
- handleBreak(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleChannelConnectResult(OpenFuture, IoConnectFuture) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelOpenFailure(OpenFuture, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelOpenSuccess(OpenFuture, IoSession) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelRegistrationFailure(Channel, int) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- handleChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleClientPasswordChangeRequest(ServerSession, String, String, String) - Method in interface org.apache.sshd.server.auth.password.PasswordAuthenticator
-
Invoked when the client sends a SSH_MSG_USERAUTH_REQUEST indicating
a password change.
- handleClientPasswordChangeRequest(Buffer, ServerSession, String, String, String) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
Invoked when the client sends a SSH_MSG_USERAUTH_REQUEST indicating
a password change.
- handleClose() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleClose() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_CLOSE received
- handleClosePacketWriteFailure(Channel, boolean, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- handleClosePacketWritten(Channel, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- handleCompletedWriteCycle(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_DATA received
- handleDebug(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleDebugMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleDebugMessage(Session, boolean, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleDebugMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an SSH_MSG_DEBUG packet is received
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- handleDisconnect(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleEnv(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleEof() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- handleEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleEof() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_EOF received
- handleEof() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- handleEof() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleEof() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
-
- handleExec(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleExtendedData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleExtendedData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_EXTENDED_DATA received
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelExec
-
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelShell
-
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
- handleFailure() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleFailure() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_FAILURE received
- handleFirstKexPacketFollows(int, Buffer, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.client.global.OpenSshHostKeysHandler
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- handleIgnore(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleIgnoreMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleIgnoreMessage(Session, byte[], Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleIgnoreMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an SSH_MSG_IGNORE packet is received
- handleIncomingMessage(Buffer, Consumer<? super Throwable>) - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
Checks if the future is already open and manages the message handling accordingly:
If channel is not open yet, it enqueues the request
If channel is open but there are still pending messages not yet written
out, it will wait for them to be written (or exception signaled) before
proceeding to write out the incoming message.
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleKexCompressionMessage(Session, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Parses the SSH_MSG_NEWCOMPRESS message.
- handleKexDisconnectReason(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, KexProposalOption) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if after KEX negotiation parameters resolved one of the options
violates some internal constraint (e.g., cannot negotiate a value, or
RFC 8308 - section 2.2).
- handleKexExtension(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKexExtensionNegotiation(Session, KexProposalOption, String, Map<KexProposalOption, String>, String, Map<KexProposalOption, String>, String) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked during the KEX negotiation phase to inform about option
being negotiated.
- handleKexExtensionRequest(Session, int, int, String, byte[]) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- handleKexExtensionRequest(Session, int, int, String, byte[]) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
- handleKexExtensionsMessage(Session, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Parses the SSH_MSG_EXT_INFO message.
- handleKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKexInitProposal(Session, boolean, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- handleKexInitProposal(Session, boolean, Map<KexProposalOption, String>) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked when a peer is ready to send the KEX options proposal or has received
such a proposal.
- handleKexMessage(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKnownHostsFileUpdateFailure(ClientSession, SocketAddress, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- handleMessage(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Abstract method for processing incoming decoded packets.
- handleModifiedServerKeyUpdateFailure(ClientSession, SocketAddress, KnownHostsServerKeyVerifier.HostEntryPair, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if #updateModifiedServerKey(ClientSession, SocketAddress, HostEntryPair, PublicKey, Path)
throws an exception.
- handleNewCompression(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleNewKeys(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleOpenFailure(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the
session when the server has rejected this channel opening.
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleOpenSuccess(int, long, long, Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the
session when the confirmation has been received.
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- handlePtyReq(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handler - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- handleReadCycleCompletion(ByteBuffer, Readable, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleReadCycleFailure(ByteBuffer, Readable, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleRejection(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- handleRejection(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- handleRejection(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- handleRejection(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- handleRequest(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleRequest(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_REQUEST received
- handleServerPasswordChangeRequest(Buffer, ServerSession, String, String, PasswordChangeRequiredException) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
- handleServiceAccept(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- handleServiceRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- handleSessionsCountDisconnectReason(Session, Service, String, int, int) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Called to inform that the maximum allowed concurrent sessions threshold
has been exceeded.
- handleShell(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSignal(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSubsystem(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelExec
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelShell
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
- handleSuccess() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleSuccess() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_SUCCESS received
- handleTimeoutDisconnectReason(Session, TimeoutIndicator) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked when an internal timeout has expired (e.g., authentication, idle).
- handleUnimplemented(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleUnimplementedMessage(Session, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleUnimplementedMessage(Session, int, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when a packet with an un-implemented message is received - including
SSH_MSG_UNIMPLEMENTED itself
- handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandler
-
Invoked when the connection service responsible for handling channel
messages receives a message intended for an unknown channel.
- handleUnknownChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Called when none of the register request handlers reported handling the request
- handleUnknownRequest(Buffer, String, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- handleUnsupportedServiceDisconnectReason(Session, int, String, Buffer) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked when a request has been made related to an unknown SSH
service as described in
RFC 4253 - section 10.
- handleUserAuthRequestMessage(ServerSession, Buffer, AtomicReference<Boolean>) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleWindowAdjust(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_WINDOW_ADJUST received
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleWindowChange(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleWriteCycleFailure(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleWriteDataFailure(byte, byte[], int, int, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleWriteDataSuccess(byte, byte[], int, int) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleX11Forwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleXonXoff(Buffer, boolean) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- hash - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- hashCode() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- hashCode() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- hashCode() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
-
- HEARTBEAT_INTERVAL - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Key used to set the heartbeat interval in milliseconds (0 to disable = default)
- HEARTBEAT_REPLY_WAIT - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Key used to indicate that the heartbeat request is also
expecting a reply - time in milliseconds to wait for
the reply.
- HEARTBEAT_REQUEST - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Key used to check the heartbeat request that should be sent to the server
- heartbeatCount - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- heartbeatInterval - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
- heartbeatReplyMaxWait - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
- heartbeatRequest - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
- holder - Variable in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- host - Variable in class org.apache.sshd.server.SshServer
-
- HOST_KEY_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
-
The server's keys configuration multi-value
- HostBasedAuthenticator - Interface in org.apache.sshd.server.auth.hostbased
-
Invoked when "hostbased" authentication is used
- hostConfigEntryResolver - Variable in class org.apache.sshd.client.ClientBuilder
-
- hostConfigEntryResolver(HostConfigEntryResolver) - Method in class org.apache.sshd.client.ClientBuilder
-
- HostEntryPair() - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- HostEntryPair(KnownHostEntry, PublicKey) - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- random - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
The pseudo random generator
- randomFactory - Variable in class org.apache.sshd.common.BaseBuilder
-
- randomFactory(Factory<Random>) - Method in class org.apache.sshd.common.BaseBuilder
-
- randomFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- read(Buffer) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- read() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- readDefaultAuthorizedKeys(OpenOption...) - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Reads read the contents of the default OpenSSH authorized_keys file
- readIdentification(Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- readIdentification(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Read the other side identification.
- readIdentification(Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- readOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
Reads a HEX-encoded Oakley prime value from an internal resource file
- readOakleyGroupPrimeValue(InputStream) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- readOakleyGroupPrimeValue(Reader) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- readOakleyGroupPrimeValue(BufferedReader) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
Reads a HEX encoded prime value from a possibly multi-line input as follows:
Lines are trimmed and all whitespaces removed.
- readOakleyGroupPrimeValue(Stream<String>) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- receive(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- receive(byte[], int, int) - Method in interface org.apache.sshd.common.channel.ChannelPipedSink
-
- receiveKexInit(Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- receiveKexInit(Buffer, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Receive the remote key exchange init message.
- receiveKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- receiveNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Put new keys into use.
- receiver - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- receiverBuffer - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- reExchangeKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- reExchangeKeys() - Method in interface org.apache.sshd.common.session.Session
-
Initiate a new key exchange.
- refreshConfiguration() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Refresh whatever internal configuration is not final
- registerChannel(Channel) - Method in interface org.apache.sshd.common.session.ConnectionService
-
Register a newly created channel with a new unique identifier
- registerChannel(Channel) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- registerExtension(DHFactory) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
Registered a
NamedFactory to be available besides the built-in
ones when parsing configuration
- RejectAllForwardingFilter - Class in org.apache.sshd.server.forward
-
- RejectAllForwardingFilter() - Constructor for class org.apache.sshd.server.forward.RejectAllForwardingFilter
-
- RejectAllHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
-
- RejectAllPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Rejects all authentication attempts
- RejectAllPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Rejects all authentication attempts
- RejectAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
- REKEY_BLOCKS_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the specified
number of cipher blocks has been processed - positive 64-bit value.
- REKEY_BYTES_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the session
has sent or received the given amount of bytes.
- REKEY_PACKETS_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the specified
number of packets has been exchanged - positive 64-bit value.
- REKEY_TIME_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the specified
amount of time has elapsed since the last key exchange - in milliseconds.
- releaseKeys() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- reloadAuthorizedKeys(Path, String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- reloadAuthorizedKeys(Path, String, ServerSession) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- reloadKnownHosts(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
-
- reloadKnownHosts(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- remote - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
-
- REMOTE_COMMAND_WAIT_EVENTS - Static variable in interface org.apache.sshd.client.session.ClientSession
-
- remove() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- removeAllIdentities() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- removeAllIdentities() - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- removeAllIdentities() - Method in class org.apache.sshd.agent.local.AgentImpl
-
- removeAllIdentities() - Method in interface org.apache.sshd.agent.SshAgent
-
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeAttribute(Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- removeChannelListener(ChannelListener) - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
-
Remove a channel listener
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- removeIdentity(PublicKey) - Method in interface org.apache.sshd.agent.SshAgent
-
- removePasswordIdentity(String) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- removePasswordIdentity(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- removePasswordIdentity(String) - Method in class org.apache.sshd.client.SshClient
-
- removePendingRequest(String) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Removes a channel request from the tracked ones
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
Remove a port forwarding listener
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
-
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- removePublicKeyIdentity(KeyPair) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- removePublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- removePublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.SshClient
-
- removeRequestHandler(RequestHandler<Channel>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- removeRequestHandler(RequestHandler<Channel>) - Method in interface org.apache.sshd.common.channel.Channel
-
- removeRequestHandlers(Collection<? extends RequestHandler<Channel>>) - Method in interface org.apache.sshd.common.channel.Channel
-
- removeSessionListener(SessionListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeSessionListener(SessionListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- removeSessionListener(SessionListener) - Method in interface org.apache.sshd.common.session.SessionListenerManager
-
Remove a session listener.
- removeSessionTimeout(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Remove a previously registered listener for all the signals it was registered
- removeSignalListener(SignalListener) - Method in class org.apache.sshd.server.StandardEnvironment
-
- removeSocketFile(String, boolean) - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- reply(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
-
- reply(Buffer) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
-
- reply(Buffer) - Method in class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- request(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- request(Buffer) - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- request(Buffer) - Method in class org.apache.sshd.agent.unix.AgentClient
-
- REQUEST - Static variable in class org.apache.sshd.client.global.OpenSshHostKeysHandler
-
- request(String, Buffer, long, TimeUnit) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- request(String, Buffer, long, TimeUnit) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- REQUEST - Static variable in class org.apache.sshd.server.global.CancelTcpipForwardHandler
-
- REQUEST - Static variable in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- REQUEST - Static variable in class org.apache.sshd.server.global.TcpipForwardHandler
-
- REQUEST_EXEC_REPLY - Static variable in class org.apache.sshd.client.channel.ChannelExec
-
Configure whether reply for the "exec" request is required
- REQUEST_SHELL_REPLY - Static variable in class org.apache.sshd.client.channel.ChannelShell
-
Configure whether reply for the "shell" request is required
- REQUEST_SUBSYSTEM_REPLY - Static variable in class org.apache.sshd.client.channel.ChannelSubsystem
-
Configure whether reply for the "subsystem&quoot; request is required
- REQUEST_SUFFIX - Static variable in class org.apache.sshd.server.channel.PuttyRequestHandler
-
Suffix of all PUTTY related channel requests
- REQUEST_TTY_OPTION - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the reception of a SSH_MSG_REQUEST_FAILURE message
- RequestHandler<T> - Interface in org.apache.sshd.common.channel
-
A global request handler.
- RequestHandler.Result - Enum in org.apache.sshd.common.channel
-
- requestLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- requestNewKeysExchange() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Initiates a new keys exchange if one not already in progress
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the reception of a SSH_MSG_REQUEST_SUCCESS message
- RequiredServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A ServerKeyVerifier that accepts one server key (specified in the constructor)
- RequiredServerKeyVerifier(PublicKey) - Constructor for class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
-
- ReservedSessionMessagesHandler - Interface in org.apache.sshd.common.session
-
Provides a way to listen and handle the SSH_MSG_IGNORE and
SSH_MSG_DEBUG messages that are received by a session, as well
as proprietary and/or extension messages.
- ReservedSessionMessagesHandlerAdapter - Class in org.apache.sshd.common.session.helpers
-
Delegates the main interface methods to specific ones after having
decoded each message buffer
- ReservedSessionMessagesHandlerAdapter() - Constructor for class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- ReservedSessionMessagesManager - Interface in org.apache.sshd.common.session
-
- resetAuthTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resetAuthTimeout() - Method in interface org.apache.sshd.common.session.Session
-
Re-start the authentication timeout timer
- resetIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resetIdleTimeout() - Method in interface org.apache.sshd.common.session.Session
-
Re-start idle timeout timer
- resizeKey(byte[], int, Digest, byte[], byte[]) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Method used while putting new keys into use that will resize the key used to
initialize the cipher to the needed length.
- resolveAgentForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.channel.Channel
-
- resolveAttribute(Channel, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.channel.Channel
-
Attempts to use the channel attribute, if not found then tries the session
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(FactoryManager, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.session.Session
-
- resolveAttribute(Session, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.session.Session
-
Attempts to use the session's attribute, if not found then tries the factory manager
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- resolveAvailableSignaturesProposal() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- resolveBanner(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveCachedResults(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- resolveChannelStreamPacketWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolver
-
- resolveChannelStreamPacketWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- resolveChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- resolveChannelStreamPacketWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- resolveChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveEffectiveCommand(ChannelSession, String, List<String>) - Method in class org.apache.sshd.server.shell.InteractiveProcessShellFactory
-
- resolveEffectiveCommand(ChannelSession, String, List<String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- resolveEffectiveFactories(C, C) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- resolveEffectiveProvider(Class<V>, V, V) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- resolveEmptySignaturesProposal(Iterable<String>, Iterable<String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- resolveFactory(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- resolveHostKey(ClientSession, KnownHostEntry, PublicKeyEntryResolver) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Recover the associated public key from a known host entry
- resolveHostNetworkIdentities(ClientSession, SocketAddress) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Retrieves the host identities to be used when matching or updating an entry
for it - by default returns the reported remote address and the original
connection target host name/address (if same, then only one value is returned)
- resolveIdentificationString(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Resolves the identification to send to the peer session by consulting
the associated
FactoryManager.
- resolveIgnoreBufferDataLength() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveOutputPacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolvePeerAddress(SocketAddress) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolvePreferredSignaturePosition(Session, List<? extends NamedFactory<Signature>>, NamedFactory<Signature>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- resolvePtyType(PtyChannelConfigurationHolder) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- resolvePublickeyAuthenticator(String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- resolveRequestedSignatureFactories(Session, Collection<String>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- resolveRequestedSignatureFactory(Session, String) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- resolveReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveServerForwarding(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveSessionKexProposal(String) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveSessionKexProposal(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveShellEnvironment(Map<String, String>) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- resolveShellTtyOptions(Map<PtyMode, Integer>) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
-
- resolveShellTtyOptions(Map<PtyMode, Integer>) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- resolveTcpForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveUnknownChannelReferenceHandler() - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
Check if current manager has a specific handler set for it - if not,
try and resolve one from the "parent" container (if any)
- resolveUpdatedSignatureFactories(Session, List<NamedFactory<Signature>>, Collection<String>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
Checks if the extra signature algorithms are already included in the available ones,
and adds the extra ones (if supported).
- resolveUserAuthFactories(ServerAuthenticationManager) - Static method in interface org.apache.sshd.server.ServerAuthenticationManager
-
If user authentication factories already set, then simply returns them.
- resolveUserAuthFactories(ServerAuthenticationManager, List<UserAuthFactory>) - Static method in interface org.apache.sshd.server.ServerAuthenticationManager
-
If user authentication factories already set, then simply returns them.
- resolveWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- resolveX11ForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.channel.AbstractChannel
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.server.global.CancelTcpipForwardHandler
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.server.global.TcpipForwardHandler
-
Default growth factor function used to resize response buffers
- run() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- run() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- run() - Method in class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- run() - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- run() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- securedRead(InputStream, int, byte[], int, int) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- SEND_IMMEDIATE_IDENTIFICATION - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Whether to send the identification string immediately upon session connection
being established or wait for the server's identification before sending our own.
- SEND_IMMEDIATE_KEXINIT - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Whether to send SSH_MSG_KEXINIT immediately after sending
the client identification string or wait until the severer's one
has been received.
- SEND_REPLY_FOR_CHANNEL_DATA - Static variable in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
RFC4254 does not clearly specify how to handle SSH_MSG_CHANNEL_DATA
and SSH_MSG_CHANNEL_EXTENDED_DATA received through an unknown channel.
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- sendChannelOpenFailure(Buffer, int, int, String, String) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- sendClientIdentification() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- sendClientProxyMetadata(ClientSession) - Method in interface org.apache.sshd.client.session.ClientProxyConnector
-
Invoked once initial connection has been established so that the proxy can open
its channel and send the meta-data to its peer.
- sendDebugMessage(boolean, Object, String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- sendDebugMessage(boolean, Object, String) - Method in interface org.apache.sshd.common.session.Session
-
Sends an SSH_MSG_DEBUG to the peer session
- SENDENV_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- sendEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendExitStatus(int) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- sendFailureResponse(ConnectionService, byte, int) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- sendGlobalResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- sendHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- sendHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Sends a heartbeat message/packet
- sendIdentification(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Send our identification.
- sendIgnoreMessage(byte...) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- sendIgnoreMessage(byte...) - Method in interface org.apache.sshd.common.session.Session
-
Sends an SSH_MSG_IGNORE to the peer session
- sendImmediateClientIdentification - Variable in class org.apache.sshd.client.session.AbstractClientSession
-
- sendImmediateKexInit - Variable in class org.apache.sshd.client.session.AbstractClientSession
-
- sendInitialServiceRequest() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- sendKexExtensions(Session, KexExtensionHandler.KexPhase) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked in order to allow the handler to send an SSH_MSG_EXT_INFO message.
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send the key exchange initialization packet.
- sendKexInit() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- sendNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send a message to put new keys into use.
- sendNotImplemented(long) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Sends a SSH_MSG_UNIMPLEMENTED message
- sendPassword(Buffer, ClientSession, String, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
-
Sends the password via a SSH_MSG_USERAUTH_REQUEST message.
- sendPendingPackets(Queue<PendingWriteFuture>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sendPublicKeyResponse(ServerSession, String, String, PublicKey, byte[], int, int, Buffer) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- sendReservedHeartbeat(ConnectionService) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked if the user configured usage of a proprietary heartbeat mechanism.
- sendResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- sendServerIdentification(String...) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Sends the server identification + any extra header lines
- sendWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
Sends the welcome banner (if any configured) and if not already invoked
- sendWindowAdjust(long) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendWindowChange(int, int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- sendWindowChange(int, int, int, int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- seqi - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- seqo - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- SERVER_ALIVE_INTERVAL_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- SERVER_EXTRA_IDENT_LINES_SEPARATOR - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
- SERVER_EXTRA_IDENTIFICATION_LINES - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
Key used to retrieve any extra lines to be sent during
initial protocol handshake before the identification.
- SERVER_IDENTIFICATION - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
Key used to retrieve the value of the server identification string.
- SERVER_PROPOSAL_KEY - Static variable in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- ServerAuthenticationManager - Interface in org.apache.sshd.server
-
Holds providers and helpers related to the server side authentication process
- ServerBuilder - Class in org.apache.sshd.server
-
SshServer builder
- ServerBuilder() - Constructor for class org.apache.sshd.server.ServerBuilder
-
- ServerChannel - Interface in org.apache.sshd.server.channel
-
- ServerConnectionService - Class in org.apache.sshd.server.session
-
Server side ssh-connection service.
- ServerConnectionService(AbstractServerSession) - Constructor for class org.apache.sshd.server.session.ServerConnectionService
-
- ServerConnectionServiceFactory - Class in org.apache.sshd.server.session
-
- ServerConnectionServiceFactory() - Constructor for class org.apache.sshd.server.session.ServerConnectionServiceFactory
-
- ServerFactoryManager - Interface in org.apache.sshd.server
-
The ServerFactoryManager enable the retrieval of additional
configuration needed specifically for the server side.
- ServerIdentity - Class in org.apache.sshd.server.config.keys
-
Loads server identity key files - e.g., /etc/ssh/ssh_host_rsa_key
- serverKey - Variable in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- serverKeyVerifier - Variable in class org.apache.sshd.client.ClientBuilder
-
- serverKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.ClientBuilder
-
- ServerKeyVerifier - Interface in org.apache.sshd.client.keyverifier
-
The ServerKeyVerifier is used on the client side
to authenticate the key provided by the server.
- serverProposal - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- ServerProxyAcceptor - Interface in org.apache.sshd.server.session
-
Provides a way to implement proxied connections where some metadata
about the client is sent
before the actual SSH protocol is
executed - e.g., the
PROXY protocol.
- ServerProxyAcceptorHolder - Interface in org.apache.sshd.server.session
-
- serverSession - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
-
- serverSession - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- ServerSession - Interface in org.apache.sshd.server.session
-
- ServerSessionHolder - Interface in org.apache.sshd.server.session
-
- ServerSessionImpl - Class in org.apache.sshd.server.session
-
- ServerSessionImpl(ServerFactoryManager, IoSession) - Constructor for class org.apache.sshd.server.session.ServerSessionImpl
-
- ServerUserAuthService - Class in org.apache.sshd.server.session
-
- ServerUserAuthService(Session) - Constructor for class org.apache.sshd.server.session.ServerUserAuthService
-
- ServerUserAuthServiceFactory - Class in org.apache.sshd.server.session
-
- ServerUserAuthServiceFactory() - Constructor for class org.apache.sshd.server.session.ServerUserAuthServiceFactory
-
- serverVersion - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- serverVersionInfo(ClientSession, List<String>) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Called if the server sent any extra information beyond the standard
version line
- service - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- Service - Interface in org.apache.sshd.common
-
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
- serviceFactories - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- ServiceFactory - Interface in org.apache.sshd.common
-
- session - Variable in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- SESSION - Static variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Name of the property where this session is stored in the attributes of the
underlying MINA session.
- Session - Interface in org.apache.sshd.common.session
-
Represents an SSH session.
- SessionAware - Interface in org.apache.sshd.server
-
Interface that can be implemented by a command to be able to access the
server session in which this command will be used.
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- sessionClosed(Nio2Session) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- sessionClosed(Session) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionClosed(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
A session has been closed
- sessionClosed(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- sessionCreated(Session) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionCreated(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
A new session just been created
- sessionCreated(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- sessionDisconnect(Session, int, String, String, boolean) - Method in interface org.apache.sshd.common.session.SessionListener
-
Invoked when SSH_MSG_DISCONNECT message was sent/received
- SessionDisconnectHandler - Interface in org.apache.sshd.common.session
-
Invoked when the internal session code decides it should disconnect
a session due to some consideration.
- SessionDisconnectHandlerManager - Interface in org.apache.sshd.common.session
-
TODO Add javadoc
- sessionEstablished(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
An initial session connection has been established -
Caveat emptor:
the main difference between this callback and
SessionListener.sessionCreated(Session)
is that when this callback is called, the session is not yet fully initialized
so not all API(s) will respond as expected.
- sessionEvent(Session, SessionListener.Event) - Method in interface org.apache.sshd.common.session.SessionListener
-
An event has been triggered
- sessionException(Session, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionException(Session, Throwable) - Method in interface org.apache.sshd.common.session.SessionListener
-
An exception was caught and the session will be closed
(if not already so).
- SessionFactory - Class in org.apache.sshd.client.session
-
A factory of client sessions.
- SessionFactory(ClientFactoryManager) - Constructor for class org.apache.sshd.client.session.SessionFactory
-
- sessionFactory - Variable in class org.apache.sshd.client.SshClient
-
- SessionFactory - Class in org.apache.sshd.server.session
-
A factory of server sessions.
- SessionFactory(ServerFactoryManager) - Constructor for class org.apache.sshd.server.session.SessionFactory
-
- SessionHelper - Class in org.apache.sshd.common.session.helpers
-
- SessionHelper(boolean, FactoryManager, IoSession) - Constructor for class org.apache.sshd.common.session.helpers.SessionHelper
-
Create a new session.
- SessionHolder<S extends Session> - Interface in org.apache.sshd.common.session
-
- sessionId - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- SessionKeyPairIterator - Class in org.apache.sshd.client.auth.pubkey
-
- SessionKeyPairIterator(ClientSession, SignatureFactoriesManager, Iterator<KeyPair>) - Constructor for class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
-
- SessionListener - Interface in org.apache.sshd.common.session
-
Represents an interface receiving session events.
- SessionListener.Event - Enum in org.apache.sshd.common.session
-
- SessionListenerManager - Interface in org.apache.sshd.common.session
-
Marker interface for classes that allow to add/remove session listeners.
- sessionListenerProxy - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- sessionListenerProxy - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sessionListeners - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- sessionListeners - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Session listeners container
- sessionLock - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
Session level lock for regulating access to sensitive data
- sessionLogin(SocketAddress, String, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- sessionLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- sessionLogin(String, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(String, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(String, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(InetAddress, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(InetAddress, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionNegotiationEnd(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in interface org.apache.sshd.common.session.SessionListener
-
Signals the end of the negotiation options handling
- sessionNegotiationStart(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
Signals the start of the negotiation options handling
- sessionPeerIdentificationReceived(Session, String, List<String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
The peer's identification version was received
- sessions - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
-
- sessions - Variable in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionTimeoutListener - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- SessionTimeoutListener - Class in org.apache.sshd.common.session.helpers
-
Task that iterates over all currently open
Sessions and checks each of them for timeouts.
- SessionTimeoutListener() - Constructor for class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- SessionWorkBuffer - Class in org.apache.sshd.common.session
-
- SessionWorkBuffer(Session) - Constructor for class org.apache.sshd.common.session.SessionWorkBuffer
-
- set(String, String) - Method in class org.apache.sshd.server.StandardEnvironment
-
Adds a variable to the environment.
- setAgentFactory(SshAgentFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setAgentForwarding(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setAllowMoreSessions(boolean) - Method in interface org.apache.sshd.common.session.ConnectionService
-
- setAllowMoreSessions(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setAttribute(Object, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setAttributeIfAbsent(Object, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- setAuthed(boolean) - Method in interface org.apache.sshd.client.future.AuthFuture
-
Notifies that the session has been authenticated.
- setAuthed(boolean) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- setAuthed(boolean) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
-
- setAuthenticated() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setAuthenticated() - Method in interface org.apache.sshd.common.session.Session
-
- setAuthenticationTimeout(long) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- setAuthenticationTimeout(long) - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- setChannelFactories(List<ChannelFactory>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setChannelSession(ChannelSession) - Method in interface org.apache.sshd.server.ChannelSessionAware
-
Receives the channel in which the command is being executed.
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setChannelType(String) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- setCipherFactories(List<NamedFactory<Cipher>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setCipherFactories(List<NamedFactory<Cipher>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCipherFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCipherFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCipherFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setClientAddress(SocketAddress) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setClientHostKeys(HostKeyIdentityProvider) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setClientHostname(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- setClientHostname(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setClientIdentityLoader(ClientIdentityLoader) - Method in class org.apache.sshd.client.SshClient
-
- setClientKexData(byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setClientProxyConnector(ClientProxyConnector) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setClientProxyConnector(ClientProxyConnector) - Method in interface org.apache.sshd.client.session.ClientProxyConnectorHolder
-
- setClientProxyConnector(ClientProxyConnector) - Method in class org.apache.sshd.client.SshClient
-
- setClientUsername(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- setClientUsername(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setClosing(boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- setCommand(String, String...) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- setCommand(String, List<String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- setCommandFactory(CommandFactory) - Method in class org.apache.sshd.server.SshServer
-
- setCompressionFactories(List<NamedFactory<Compression>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setCompressionFactories(List<NamedFactory<Compression>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCompressionFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCompressionFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCompressionFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setConnectAddress(SocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setConnectTimeout(long) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- setConnectTimeout(long) - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- setCreateHome(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set if the home directories be created automatically
- setCurveParameters(ECParameterSpec) - Method in class org.apache.sshd.common.kex.ECDH
-
- setDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- setDefaultHomeDir(Path) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- setDelegateCommandFactory(CommandFactory) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- setDomain(String) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- setEcho(boolean) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- setEnv(String, Object) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- SETENV_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- setErr(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setErr(OutputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setErrorStream(OutputStream) - Method in interface org.apache.sshd.server.command.Command
-
Set the error stream that can be used by the shell to write its errors.
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- setException(Throwable) - Method in interface org.apache.sshd.client.future.AuthFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- setException(Throwable) - Method in interface org.apache.sshd.client.future.OpenFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- setException(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- setException(Throwable) - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in interface org.apache.sshd.common.io.IoServiceFactoryFactory
-
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setExitCallback(ExitCallback) - Method in interface org.apache.sshd.server.command.Command
-
Set the callback that the shell has to call when it is closed.
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- setExtendedDataWriter(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
A special
ChannelDataReceiver that can be used to receive
data sent as "extended" - usually STDERR.
- setF(byte[]) - Method in class org.apache.sshd.common.kex.AbstractDH
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.DHG
-
- setF(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.ECDH
-
- setFilePasswordProvider(FilePasswordProvider) - Method in class org.apache.sshd.client.SshClient
-
- setFileSystem(FileSystem) - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
-
- setFileSystemFactory(FileSystemFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setForwarderFactory(ForwardingFilterFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setForwardingFilter(ForwardingFilter) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setG(byte[]) - Method in class org.apache.sshd.common.kex.DHG
-
- setG(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
-
- setGlobalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setGSSAuthenticator(GSSAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setGSSAuthenticator(GSSAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setGSSAuthenticator(GSSAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setHost(String) - Method in class org.apache.sshd.server.SshServer
-
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setHostConfigEntryResolver(HostConfigEntryResolver) - Method in interface org.apache.sshd.client.ClientFactoryManager
-
- setHostConfigEntryResolver(HostConfigEntryResolver) - Method in class org.apache.sshd.client.SshClient
-
- setHostEntry(KnownHostEntry) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- setIn(InputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setIn(InputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Set an input stream that will be read by this channel and forwarded to
the remote channel.
- setInputStream(InputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setInputStream(InputStream) - Method in interface org.apache.sshd.server.command.Command
-
Set the input stream that can be used by the shell to read input.
- setInputStream(InputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setInputStream(InputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- setInteractionInstruction(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setInteractionName(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setIoErrorStream(IoOutputStream) - Method in interface org.apache.sshd.server.command.AsyncCommand
-
Set the error stream that can be used by the shell to write its errors.
- setIoInputStream(IoInputStream) - Method in interface org.apache.sshd.server.command.AsyncCommand
-
Set the input stream that can be used by the shell to read input.
- setIoOutputStream(IoOutputStream) - Method in interface org.apache.sshd.server.command.AsyncCommand
-
Set the output stream that can be used by the shell to write its output.
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setIoServiceFactoryFactory(IoServiceFactoryFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setKexExtensionHandler(KexExtensionHandler) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setKexExtensionHandler(KexExtensionHandler) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandlerManager
-
- setKexSeed(byte...) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setKexSeed(byte...) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setKexSeed(byte...) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setKeyExchangeFactories(List<KeyExchangeFactory>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setKeyExchangeFactories(List<KeyExchangeFactory>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setKeyIdentityProvider(KeyIdentityProvider) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setKeyIdentityProvider(KeyIdentityProvider) - Method in class org.apache.sshd.client.SshClient
-
- setKeyPairProvider(C, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.SshClient
-
- setKeyPairProvider(C, Path, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.SshClient
-
- setKeyPairProvider(S, Properties, boolean) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.SshServer
-
- setKeytabFile(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the location of the Kerberos keytab.
- setLanguageTag(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setLoadedHostsEntries(Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- setLocalAddress(SocketAddress) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- setMacFactories(List<NamedFactory<Mac>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setMacFactories(List<NamedFactory<Mac>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setMacFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setMacFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setMacFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setModifiedServerKeyAcceptor(ModifiedServerKeyAcceptor) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- setNegotiationResult(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setNioWorkers(int) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setNoDelay(boolean) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- setOpened() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- setOpened() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Sets the newly connected session and notifies all threads waiting for
this future.
- setOption(NetworkChannel, String, SocketOption<T>, T) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setOut(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setOut(OutputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setOutputStream(OutputStream) - Method in interface org.apache.sshd.server.command.Command
-
Set the output stream that can be used by the shell to write its output.
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- setP(byte[]) - Method in class org.apache.sshd.common.kex.DHG
-
- setP(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
-
- setParentPropertyResolver(PropertyResolver) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setPasswordAuthenticator(PasswordAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setPasswordAuthenticator(PasswordAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setPasswordAuthenticator(PasswordAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in class org.apache.sshd.client.SshClient
-
- setPort(int) - Method in class org.apache.sshd.server.SshServer
-
Configure the port number to use for this SSH server.
- setPrompt(String) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- setPrompts(Collection<? extends PromptEntry>) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setPtyColumns(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyHeight(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyLines(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyModes(Map<PtyMode, Integer>) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyType(String) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyWidth(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setRandomFactory(Factory<Random>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setRecipient(int) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
-
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setScheduledExecutorService(ScheduledExecutorService, boolean) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setServerKexData(byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setServerKey(PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- setServerKeyVerifier(ServerKeyVerifier) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setServerKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setServerKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.SshClient
-
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in interface org.apache.sshd.server.session.ServerProxyAcceptorHolder
-
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in class org.apache.sshd.server.SshServer
-
- setServiceFactories(List<ServiceFactory>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setServicePrincipalName(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the service principal name to be used.
- setSession(ClientSession) - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Sets the newly connected session and notifies all threads waiting for
this future.
- setSession(ClientSession) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- setSession(IoSession) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setSession(ServerSession) - Method in interface org.apache.sshd.server.SessionAware
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandlerManager
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.client.SshClient
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.server.SshServer
-
- setShellFactory(ShellFactory) - Method in class org.apache.sshd.server.SshServer
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- setSocketOptions(S) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setStreaming(ClientChannel.Streaming) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setStreaming(ClientChannel.Streaming) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- setSubsystemFactories(List<SubsystemFactory>) - Method in class org.apache.sshd.server.SshServer
-
- setTimeout(long) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
- setupClientHeartbeat(C, PropertyResolver) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- setupClientHeartbeat(C, Map<String, ?>) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- setUpDefaultCiphers(boolean) - Static method in class org.apache.sshd.common.BaseBuilder
-
- setUpDefaultClient() - Static method in class org.apache.sshd.client.SshClient
-
Setup a default client.
- setUpDefaultCompressionFactories(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
-
- setUpDefaultCompressionFactories(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
-
- setUpDefaultKeyExchanges(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
-
- setUpDefaultKeyExchanges(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
-
- setUpDefaultMacs(boolean) - Static method in class org.apache.sshd.common.BaseBuilder
-
- setUpDefaultServer() - Static method in class org.apache.sshd.server.SshServer
-
Setup a default server
- setupDefaultSessionIdentities(ClientSession, KeyIdentityProvider) - Method in class org.apache.sshd.client.SshClient
-
- setUpDefaultSignatureFactories(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
-
- setUpDefaultSignatureFactories(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
-
- setUpDefaultSimpleClient() - Static method in class org.apache.sshd.client.SshClient
-
Setup a default client, starts it and then wraps it as a
SimpleClient
- setupSensibleDefaultPty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setupServerHeartbeat(S, PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- setupServerHeartbeat(S, Map<String, ?>) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- setupSession(S) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- setupSessionTimeout(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setupSftpSubsystem(S, PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- setUsePty(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.client.SshClient
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.server.SshServer
-
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setUserHomeDir(String, Path) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- setUserInteraction(UserInteraction) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.client.SshClient
-
- setUsername(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setUsersHomeDir(String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set the root location where users home is to be created
- setWritten() - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- setWritten() - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- SFTP_FORCED_VERSION_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- ShellFactory - Interface in org.apache.sshd.server.shell
-
Shell(s) are executed on the server side when a "shell"
channel is established
- shudownOutputStream() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- shutdownExecutor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- sign(SessionContext, PublicKey, byte[]) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- sign(SessionContext, PublicKey, byte[]) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- sign(SessionContext, PublicKey, byte[]) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- sign(SessionContext, PublicKey, byte[]) - Method in interface org.apache.sshd.agent.SshAgent
-
- sign(SessionContext, byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- sign(SessionContext, byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
- signal(Channel, Signal) - Method in interface org.apache.sshd.server.SignalListener
-
- signal(Channel, Signal) - Method in class org.apache.sshd.server.StandardEnvironment
-
- signalAuthenticationSuccess(String, String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- signalAuthenticationSuccess(String, String, Buffer) - Method in interface org.apache.sshd.server.session.ServerSession
-
Marks the session as authenticated.
- signalAuthFailure(AuthFuture, Throwable) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- signalChannelClosed(Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelClosed(ChannelListener, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelInitialized() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelInitialized(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenFailure(Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenFailure(ChannelListener, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenSuccess() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenSuccess(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalDisconnect(int, String, String, boolean) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalDisconnect(SessionListener, int, String, String, boolean) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalEOS(AprLibrary, boolean) - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- signalEstablishedDynamicTunnel(SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishedDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishedExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishedExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalExceptionCaught(Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalExceptionCaught(SessionListener, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalExtraServerVersionInfo(String, List<String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- SignalListener - Interface in org.apache.sshd.server
-
Define a listener to receive signals
- signalNegotiationEnd(Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalNegotiationEnd(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalNegotiationStart(Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalNegotiationStart(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalPeerIdentificationReceived(String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalPeerIdentificationReceived(SessionListener, String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionClosed() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionClosed(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionCreated(IoSession) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionCreated(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionEstablished(IoSession) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionEstablished(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Sends a session event to all currently registered session listeners
- signalSessionEvent(SessionListener, SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalTearingDownDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTearingDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTearingDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTearingDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownDynamicTunnel(SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signatureFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- signatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- SIMPLE_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
-
- SimpleClient - Interface in org.apache.sshd.client.simple
-
Provides a simplified and synchronous view of the available SSH client
functionality.
- SimpleClientConfigurator - Interface in org.apache.sshd.client.simple
-
- SimpleSessionClient - Interface in org.apache.sshd.client.simple
-
A simplified synchronous API for creating client sessions
- socket - Variable in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
-
- socket - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- SOCKET_BACKLOG - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket backlog.
- SOCKET_KEEPALIVE - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket keep-alive.
- SOCKET_LINGER - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket linger.
- SOCKET_RCVBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket receive buffer size.
- SOCKET_REUSEADDR - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket reuse address.
- SOCKET_SNDBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket send buffer size.
- Socks4(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Socks4
-
- Socks5(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Socks5
-
- SocksProxy - Class in org.apache.sshd.common.forward
-
SOCKS proxy server, supporting simple socks4/5 protocols.
- SocksProxy(ConnectionService) - Constructor for class org.apache.sshd.common.forward.SocksProxy
-
- SocksProxy.Proxy - Class in org.apache.sshd.common.forward
-
- SocksProxy.Socks4 - Class in org.apache.sshd.common.forward
-
- SocksProxy.Socks5 - Class in org.apache.sshd.common.forward
-
- SPACE_AVAILABLE_PREDICATE - Static variable in class org.apache.sshd.common.channel.Window
-
Default
Predicate used to test if space became available
- split(String) - Static method in interface org.apache.sshd.server.command.CommandFactory
-
- SSH2_AGENT_FAILURE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENT_IDENTITIES_ANSWER - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENT_SIGN_RESPONSE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_ADD_ID_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_ADD_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_REMOVE_ALL_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_REMOVE_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_REQUEST_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_SIGN_REQUEST - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_CONSTRAIN_CONFIRM - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_CONSTRAIN_LIFETIME - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_FAILURE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_KEY_LIST - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_LIST_KEYS - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_OPERATION_COMPLETE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_PRIVATE_KEY_OP - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_RSA_IDENTITIES_ANSWER - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_RSA_RESPONSE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_SUCCESS - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_RSA_ID_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_RSA_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_SMARTCARD_KEY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_LOCK - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REMOVE_ALL_RSA_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REMOVE_RSA_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REMOVE_SMARTCARD_KEY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REQUEST_RSA_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_RSA_CHALLENGE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_UNLOCK - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AUTHSOCKET_ENV_NAME - Static variable in interface org.apache.sshd.agent.SshAgent
-
- SshAgent - Interface in org.apache.sshd.agent
-
SSH key agent server
- SshAgentConstants - Class in org.apache.sshd.agent
-
- SshAgentFactory - Interface in org.apache.sshd.agent
-
The SshAgentFactory is used to communicate with an SshAgent.
- SshAgentPublicKeyIterator - Class in org.apache.sshd.client.auth.pubkey
-
- SshAgentPublicKeyIterator(ClientSession, SshAgent) - Constructor for class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
-
- SshAgentServer - Interface in org.apache.sshd.agent
-
- SshAgentSession(long, SshAgent) - Constructor for class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- SshChannelClosedException - Exception in org.apache.sshd.common.channel.exception
-
- SshChannelClosedException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
-
- SshChannelClosedException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
-
- SshChannelClosedException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
-
- SshChannelException - Exception in org.apache.sshd.common.channel.exception
-
- SshChannelException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
-
- SshChannelException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
-
- SshChannelException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
-
- SshChannelNotFoundException - Exception in org.apache.sshd.common.channel.exception
-
- SshChannelNotFoundException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
-
- SshChannelNotFoundException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
-
- SshChannelNotFoundException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
-
- SshChannelOpenException - Exception in org.apache.sshd.common.channel.exception
-
Documents failure of a channel to open as expected.
- SshChannelOpenException(int, int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
- SshChannelOpenException(int, int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
- SshClient - Class in org.apache.sshd.client
-
Entry point for the client side of the SSH protocol.
- SshClient() - Constructor for class org.apache.sshd.client.SshClient
-
- SshClientConfigFileReader - Class in org.apache.sshd.client.config
-
- SshConfigFileReader - Class in org.apache.sshd.common.config
-
Reads and interprets some useful configurations from an OpenSSH
configuration file.
- SshServer - Class in org.apache.sshd.server
-
The SshServer class is the main entry point for the server side of the SSH protocol.
- SshServer() - Constructor for class org.apache.sshd.server.SshServer
-
- SshServerConfigFileReader - Class in org.apache.sshd.server.config
-
Reads and interprets some useful configurations from an OpenSSH
configuration file.
- StandardEnvironment - Class in org.apache.sshd.server
-
- StandardEnvironment() - Constructor for class org.apache.sshd.server.StandardEnvironment
-
- start() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- start() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- start() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- start() - Method in class org.apache.sshd.client.SshClient
-
Starts the SSH client and can start creating sessions using it.
- start() - Method in interface org.apache.sshd.common.Service
-
- start() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- start(ChannelSession, Environment) - Method in interface org.apache.sshd.server.command.CommandLifecycle
-
Starts the command execution.
- start() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- start() - Method in class org.apache.sshd.server.SshServer
-
Start the SSH server and accept incoming exceptions on the configured port.
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start dynamic local port forwarding using a SOCKS proxy.
- startHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- startHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start forwarding the given local address on the client to the given address on the server.
- startReading() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startReading(int) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startReading(byte[]) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startReading(byte[], int, int) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startReading(ByteBuffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start forwarding tcpip from the given address on the server to the
given address on the client.
- startService(String, Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startService(String, Buffer) - Method in interface org.apache.sshd.common.session.Session
-
- startService(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- startWriting() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- startWriting() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- STATIC_IO_MSG_RECEIVED_EVENTS - Static variable in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- StaticDecisionForwardingFilter - Class in org.apache.sshd.server.forward
-
A
ForwardingFilter implementation that returns the same "static"
result for
all the queries.
- StaticDecisionForwardingFilter(boolean) - Constructor for class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- StaticHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
-
- StaticHostBasedAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- StaticPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Returns the same constant result true/false regardless
- StaticPasswordAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- StaticPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Returns the same constant result true/false regardless
- StaticPublickeyAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- StaticServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
Returns the same constant answer true/false regardless
- StaticServerKeyVerifier(boolean) - Constructor for class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- STD_AUTHORIZED_KEYS_FILENAME - Static variable in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Standard OpenSSH authorized keys file name
- stop() - Method in class org.apache.sshd.client.SshClient
-
- stop() - Method in class org.apache.sshd.server.SshServer
-
Stop the SSH server.
- stop(boolean) - Method in class org.apache.sshd.server.SshServer
-
- STOP_WAIT_TIME - Static variable in interface org.apache.sshd.common.FactoryManager
-
Timeout (milliseconds) to wait for client / server stop request
if immediate stop requested.
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- stopDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop a previously started dynamic port forwarding.
- stopHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- stopHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop forwarding the given local address.
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- stopRemotePortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop forwarding of the given remote address.
- stopSessionTimeoutListener(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- streaming - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- STRICT_CHECKING_OPTION - Static variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Standard option used to indicate whether to use strict host key checking or not.
- stripLeadingZeroes(byte[]) - Static method in class org.apache.sshd.common.kex.AbstractDH
-
The shared secret returned by
KeyAgreement.generateSecret()
is a byte array, which can (by chance, roughly 1 out of 256 times) begin
with zero byte (some JCE providers might strip this, though).
- SubsystemClient - Interface in org.apache.sshd.client.subsystem
-
- SubsystemFactory - Interface in org.apache.sshd.server.subsystem
-
- suspend() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- SVC2HNDLR - Static variable in interface org.apache.sshd.common.session.ConnectionServiceRequestHandler
-
- switchToNextService() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- switchToNoneCipher() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- switchToNoneCipher() - Method in interface org.apache.sshd.client.session.ClientSession
-
Switch to a none cipher for performance.
- v_c - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- v_s - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- validateCommandExitStatusCode(String, Integer) - Static method in interface org.apache.sshd.client.channel.ClientChannel
-
Makes sure remote command exit status has been provided and it is zero
- validateFilePath(Path, Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- validateIdentity(ServerSession, String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Validate the source identity obtained from the context after negotiation is complete.
- validateIncomingDataSize(int, long) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- validateIncomingMac(byte[], int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- validateInitialUser(ServerSession, String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Validate the user name passed in the initial SSH_MSG_USERAUTH_REQUEST message.
- validateKexState(int, KexState) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- validateListener(L) - Static method in interface org.apache.sshd.common.channel.ChannelListener
-
- validateListener(L) - Static method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
- validateListener(L) - Static method in interface org.apache.sshd.common.session.SessionListener
-
- validateListener(L) - Static method in interface org.apache.sshd.server.SignalListener
-
- validateTargetBuffer(int, B) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Makes sure that the buffer used for output is not null or one
of the session's internal ones used for decoding and uncompressing
- valueOf(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.channel.ClientChannel.Streaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.channel.ClientChannelEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.session.ClientSession.ClientSessionEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.RequestHandler.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.session.SessionListener.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns the enum constant of this type with the specified name.
- VALUES - Static variable in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- values() - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.channel.ClientChannel.Streaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.client.channel.ClientChannelEvent
-
- values() - Static method in enum org.apache.sshd.client.channel.ClientChannelEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.session.ClientSession.ClientSessionEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.channel.RequestHandler.Result
-
- values() - Static method in enum org.apache.sshd.common.channel.RequestHandler.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
- values() - Static method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- values() - Static method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- values() - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
- values() - Static method in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.session.SessionListener.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- values() - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
- values() - Static method in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
- values() - Static method in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
- values() - Static method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(long) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- verify(long) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- verify(long) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- verify(long) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- verify(long) - Method in class org.apache.sshd.common.future.DefaultKeyExchangeFuture
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.DelegatingServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in interface org.apache.sshd.client.keyverifier.ServerKeyVerifier
-
Verify that the server key provided is really the one of the host.
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- verifySignature(ServerSession, String, String, PublicKey, Buffer, Signature, byte[]) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- verifyTrialsCount(ClientSession, String, int, int, int) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- VirtualFileSystemFactory - Class in org.apache.sshd.common.file.virtualfs
-
SSHd file system factory to reduce the visibility to a physical folder.
- VirtualFileSystemFactory() - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- VirtualFileSystemFactory(Path) - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- VISUAL_HOST_KEY - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-