Verify SSH key file permissionsLast Updated January 26, 2025
To minimize the
possibility of malicious attacks, maintain critical SSH key file permissions on
your virtual appliance host machines.
- Check the SSH public key files by running the following command:#ls -al /etc/ssh/*pub
- Verify that the files have the following permissions.
- Check the SSH private key files by running the following command:ls -al /etc/ssh/*key
- Verify that the files have the following permissions.
- Check the SSH configuration files by running the following command:#lls -al /etc/ssh/*config
- Verify that the files have the following permissions.