Secure Shell (SSH) is a cryptographic network protocol that operates network services securely over an unsecured network. By default, SSH is disabled on the MOVE AV Agentless SVA. To enable SSH on the MOVE AV Agentless SVA:
- From vCenter, log on to the console for the MOVE AV Agentless SVA.
- Update the repositories by running the following commands:
- apt-get update
- apt-get upgrade
- To install the SSH Server, run the following command:
apt-get install openssh-server
- Run the sva-config script:
/opt/McAfee/move/bin/sva-config
- To enable the SSH port, select yes when prompted with the following message:
OpenSSH port on firewall? yes/no [no]: Yes.
- To confirm that SSH is enabled, run the following command:
systemctl status sshd
- Establish an SSH session and log on using the svaadmin account.