Uses of Class
org.apache.sshd.client.channel.ChannelShell
Packages that use ChannelShell
-
Uses of ChannelShell in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ChannelShellModifier and TypeMethodDescriptionAbstractClientSession.createShellChannel(PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) default ChannelShellClientSession.createShellChannel()Create a channel to start a shell using default PTY settings and environment.ClientSession.createShellChannel(PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) Create a channel to start a shell using specific PTY settings and/or environment.