During the installation of the Thirtyseven4 EDR Security 8.3 Console, I am getting an error message about some OpenSSH components being missing. What can I do?
Missing OpenSSH Component:
If Open SSH is not present on the system, the OpenSSH component needs to be installed separately during the Thirtyseven4 EDR Security console installation on Ubuntu. Since it's a third-party component with unique requirements for various machines, it can't be bundled with the Thirtyseven4 setup.
These are the instructions for installing OpenSSH via Terminal on the Ubuntu system.
Step 1: Prepare Ubuntu
sudo apt update && sudo apt upgrade
Step 2: Install SSH on Ubuntu
sudo apt install openssh-server
Step 3: Start SSH
sudo systemctl enable --now ssh