| Package | Description | 
|---|---|
| com.tailf.ned | 
 Network Equipment Drivers package 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SSHJSession
Class implementing the SSHClient.CliSession interface using
 the net.schmizz.sshj framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SSHClient.CliSession | 
SSHClient.createSession()
Instantiate a CLI session, default settings 
 | 
SSHClient.CliSession | 
SSHClient.createSession(int width,
             int height)
Instantiate a CLI session with specific terminal size parameters 
 |