Installing and using SSH with Tarantella

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

Case study

Indigo Insurance has a number of Tarantella servers and UNIX application servers, and wants secure connections between them.

Solution

  1. Download SSH from the OpenSSH Home Page. Tarantella works with SSH version 2.x or later.
  2. Install SSH on every UNIX application server you want to provide secure access to, and on every Tarantella host.

    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.

  3. To support X applications through OpenSSH, enable X11 forwarding in the OpenSSH configuration file. On each Tarantella host, edit the ssh_config file and include the following:
    X11Forwarding yes
  4. Restart your Tarantella servers using tarantella restart.

Next steps

Related topics
  • Improving security between Tarantella servers and application servers
  • Tarantella and SSH
  • Connection Method (--method)