Skip Headers
Oracle® Fusion Middleware User's Guide for Oracle JRockit Virtual Edition
11g Release 1 (11.1.1.3.1)

Part Number E15206-03
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

5.1 Enabling the SSH Service

To enable the SSH service, do the following:

  1. Shut down the virtual machine.

  2. 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)