Session Options/Connection/Port Forwarding/Remote/X11
From SecureCRT
A data path or circuit between two computers over a phone line, network cable, or other means.
SSH is an acronym for the Secure Shell protocol. A communications protocol used to encrypt network traffic between a client and a server.
A computer program that provides services to other computer programs (called clients). Often the computer on which a server program runs is also called a server. The term host is often used as a synonym for server.
A computer or application that uses services provided by a server.
The concept of connecting a logical port on a local machine to a port on a remote machine over a secure (encrypted) channel. All requests for services sent to the local port are then forwarded across the secure channel to the corresponding port on the remote machine.
SSH is an acronym for the Secure Shell protocol. A communications protocol used to encrypt network traffic between a client and a server.
A session is a set of options that are assigned to a connection to a remote machine. These settings and options are saved under a session name and allow the user to have different preferences for different hosts.
The process of converting a data transmission into a secret format that cannot easily be read by unauthorized individuals. See also: decryption.
A computer or application that uses services provided by a server.
A computer program that provides services to other computer programs (called clients). Often the computer on which a server program runs is also called a server. The term host is often used as a synonym for server.
The Port Forwarding/Remote/X11 category of the Session Options dialog allows you to configure secure connections through an SSHserver to an application that resides on the SSH client-side, and to enable the forwarding of X11 packets.
Remotely forwarded connections
Name
Displays the unique identifying name for the connection.
Remote Address
Displays the port number on the remote machine that for this connection.
Local Host
Displays the hostname or IP address of the local machine and the local port number.
To create a new port-forwarded connection, click on the Add... button to open a blank Remote Port Forwarding Properties dialog. To modify and existing connection, select that connection and click on the Edit... button to open that connection's Remote Port Forwarding Properties dialog. To remove an existing connection, select that connection and click on the Delete button.
X11 forwarding
Forward X11 packets
Check this option to allow the forwarding of X Windows packets through the SSHsession, which makes possible the encryption of the data between the client and server
Note: SecureCRT is not an X Server. The Forward X11 packets option allows SecureCRT to accept X11 data from the remote machine and forwards it to the X server running on the local machine. The local X Server must be running before any X11 sessions can be displayed. If you are using Xhost authority access on the local X11 server, you will need to add the localhost or loopback address 127.0.0.1 to your server's Xhost list.