), in which another network connection can be
passed through SSH to encrypt it. It is also called tunneling because
the SSH connection provides a secure "tunnel" through
which another connection may pass. Both TCP port forwarding (local
and remote) and X forwarding are supported.
16.5.2. X Forwarding
The X Window System is the most
popular windowing software for Unix machines. If you want to run
remote X clients that open windows on your PC, you need:
- A remote host, running an SSH server, that has X client programs
available
- An X server running on your PC under Windows, such as
Hummingbird's eXceed
SSH makes your X connection secure by a process called X forwarding.
[Section 9.3, "X Forwarding"] Turning on X forwarding is trivial in
F-Secure SSH Client: open the Properties window, select Tunneling,
and put a checkmark in the box Enable X11 Tunneling. You may also
select the X display number, which you also may change during your
SSH session.
To secure an X connection by forwarding it through SSH, first run
F-Secure SSH Client and establish a secure terminal connection to the
SSH server machine. Then run your PC's X server, disabling its
login features such as XDM. Now simply invoke X clients on the server
machine, and their windows will open on your local X
display.