Brief Overview of the Process - trillium_quality - 17.1

Trillium TS Web Services Developer Guide

Product type
Software
Product family
Trillium
Product
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality
Title
Trillium TS Web Services Developer Guide
Topic type
Overview
Administration
Configuration
Installation
Reference
How Do I
First publish date
2008

The following is a brief description of setting up SSH for those who are familiar with the process. Refer to the previous sections of this appendix for more detailed information on setting up SSH.

After installing TS Quality and the Director, enter the following commands to set up SSH on your user account:

   cd ~
   mkdir .ssh
   chmod 700 .ssh
   cd .ssh
   touch authorized_keys
   chmod 644 authorized_keys
   cat  public_key  >> authorized_keys.   

    vi authorized_keys
   [ insert in front of ssh-rsa the following command:
   command="/install_path/TrilliumSoftware/bin/trilsecure.sh" ssh-rsa
   ]

Public_key is the one delivered with the installation, located in the following directories, or the one you created:

  • Windows Server

    C:\Program Files\Trillium Software\MBSW\17\tsq\default_keys

  • Client

    C:\Program Files\Common Files\Trillium Software\17\default_keys