Setting Up SSH - trillium_quality - Latest

Trillium Director System Manager

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

SSH (Secure Shell) is a program that allows a user to log into and execute commands on a remote machine. The following is a brief description of setting up SSH. Refer to the User's Guide for detailed information on setting up SSH.

After installing 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="/path/to/server/bin/trilsecure.sh" ssh-rsa 
] 

Public_key is the one delivered with the software installation, located in the following directories, or the one you created with puttygen or ssh-keygen:

  • Windows Server: C:\Program Files\Trillium Software\MBSW\17\tsq\default_keys
  • Client: C:\Program Files\Common Files\Trillium Software\17\default_keys

After SSH is set up, you can log in using the Security tab of the Setup window.