Oracle® JRockit Virtual Edition User's Guide Release 2.0.0 Part Number E22518-01 |
|
|
View PDF |
To enable the SSH service, do the following:
Shut down the virtual machine.
Run the following command:
java -jar jrockitve-imagetool.jar -r vm_cfg enable service sshd
In this command, vm_cfg
represents the path and name of the configuration file (vm.cfg
) corresponding to the virtual machine.
To verify whether the SSH service is enabled, run the following command:
java -jar jrockitve-imagetool.jar -r vm_cfg get enabled-services
The following output is displayed:
sshd (An SSH2 implementation with SCP and SFTP support)