Maintenance
Last updated
Was this helpful?
Last updated
Was this helpful?
Kindly take action to migitate this vulnerability. Please following this link to take further actions.
The applications update is manual. You will need to SSH into the VM and run following commands in sequence. Once updated, you will have to clear browser cache so that new contents can be shown (Follow this link to reload application in the browser - )
On the VM, edit the following file (/etc/ssh/sshd_config) and change a line "ChrootDirectory %h" to "ChrootDirectory %h/gcs" (see below). finally, save and exit.
nano /etc/ssh/sshd_config
2. Restart the ssh server using the command
/etc/init.d/ssh restart
ssh into the VM.
Create a new shell script “setup-sftp-viewer.sh”
Copy the value of BUCKET_NAME from above and add to the script at the end of line#3 (below).
Make it executable and run as sudo e.g., sudo ./setup-sftp-viewer.sh
Save the output of the script for troubleshooting (if needed).
On old versions, the following line may be missing from /opt/trillo/docker-compose.yml
If missing then create this line and paste the value as shown below. Once done, save the file.
Once changes are saved then restart the application with the following command