| Home · Modules · Classes · Namespaces · Functions |
The QxtSshTcpSocket class provides a TCP socket tunneled over an SSH connection More...
#include <QxtSshTcpSocket>
Inherits QxtSshChannel.
The QxtSshTcpSocket class provides a TCP socket tunneled over an SSH connection
QxtSshTcpSocket enables an SSH client to establish a TCP connection between the SSH server and a remote host. Traffic over this TCP connection is tunneled through the channel.
Note that traffic between the SSH server and the remote host is unencrypted. Only communication between QxtSshClient and the SSH server is encrypted.
QxtSshTcpSocket objects are created using the QxtSshClient::openTcpSocket() method.
| Copyright © 2007-2010 Qxt Foundation |
Qxt 0.7.0 |