Brief Overview of the Process - trillium_quality - Latest

Trillium Director Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
Latest
Language
English
Product name
Trillium Quality
Title
Trillium Director Guide
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T15:24:10.895371

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 the TS Quality and 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\EDQ\17\tsq\default_keys
  • Client

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