Package | Description |
---|---|
org.apache.sshd.client.session |
Modifier and Type | Method and Description |
---|---|
default ChannelShell |
ClientSession.createShellChannel()
Create a channel to start a shell using default PTY settings and environment.
|
ChannelShell |
AbstractClientSession.createShellChannel(PtyChannelConfigurationHolder ptyConfig,
java.util.Map<java.lang.String,?> env) |
ChannelShell |
ClientSession.createShellChannel(PtyChannelConfigurationHolder ptyConfig,
java.util.Map<java.lang.String,?> env)
Create a channel to start a shell using specific PTY settings and/or environment.
|