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.