Maintenance
CVE-2024-6387: Advisory Notice
Kindly take action to migitate this vulnerability. Please following this link to take further actions. https://ubuntu.com/security/CVE-2024-6387
Application Updates
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 - https://fabricdigital.co.nz/blog/how-to-hard-refresh-your-browser-and-clear-cache)
Update SSH Config (if coming from old version)
The following steps are needed to be done only once (if missing)
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
Upgrade SFTP server for read-only users
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).
Update docker-compose.yaml (if coming from the old version)
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
Last updated