To enable SSH in VMware Application Proxy, complete the following:
- Log into VMware Application Proxy as root via Console.
- Run the following command to start the SSH service:
service sshd start
SSH will now be enabled until the service is stopped, or the vApp is restarted.
To make SSH persistence after a reboot:
- Log into VMware Application Proxy as root via SSH or Console.
- Run the following command:
chkconfig sshd on
SSH will now auto start when the VMware Application Proxy is restarted.