Java org.apache.commons.net.ssh.connection Session fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.ssh.connection Session fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.ssh.connection Session.

The text is from its open source code.

Method

voidallocateDefaultPTY()
Allocates a default PTY.
Commandexec(String command)
Execute a remote command.
voidreqX11Forwarding(String authProto, String authCookie, int screen)
Request X11 forwarding.
ShellstartShell()
Request a shell.