Problem |
You want to provide secure connections between your Tarantella servers and your UNIX application servers. |
---|---|
Solution |
Download and install SSH in one of the directories recognized by Tarantella, configuring SSH to support X applications if necessary, and then restart your Tarantella server. |
Alternatives |
|
Indigo Insurance has a number of Tarantella servers and UNIX application servers, and wants secure connections between them.
Note Because of SSH version compatibility problems, we recommend that you use the same major version of SSH (either version 2 or version 3) on all Tarantella hosts and application servers for them to communicate securely.
ssh_config
file and include the following:
X11Forwarding yes
tarantella restart
.