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