| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| Modifier and Type | Method and Description |
|---|---|
SshShell |
SshClient.createShell(java.lang.String termType,
int cols,
int rows,
int pixWidth,
int pixHeight,
byte[] terminalModes)
Create a new shell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LibsshShell |
| Modifier and Type | Method and Description |
|---|---|
SshShell |
LibsshClient.createShell(java.lang.String termType,
int cols,
int rows,
int pixWidth,
int pixHeight,
byte[] terminalModes) |
Copyright © 2018. All rights reserved.