Instance Console Connection for Roving Edge Infrastructure

Describes how to create and manage instance console connections on a Roving Edge Infrastructure device.

Use the instance console connection feature to add support for console access to compute instances. This access lets you troubleshoot malfunctioning instances remotely via the following types of SSH-tunneled connections:

  • Serial

  • Virtual Network Computing (VNC)

You can have only one active console connection. If you want to create and use a different console connection than the one that is currently active (as indicated by it being listed as in an Active state), you must delete the currently-active console connection first, then create a new console connection. Any deleted console connection is listed as being in a Deleted state for a limited period of time, before it is removed permanently. You cannot revert a deleted console connection back to being active.

You can perform the following instance console connection tasks:

Unsupported CLI Commands and Parameters

The Roving Edge Infrastructure instance console connection feature does not support all the CLI commands and parameters that are supported by the Oracle Cloud Infrastructure Cloud-based version of this feature:

  • Plink command (oci compute instance-console-connection get-plink-connection-string)

  • Defined tags parameter for all commands (--defined-tags)

Exiting the Instance Console Connection

To exit the Serial Console connection:

When using SSH, the ~ character at the beginning of a new line is used as an escape character.

  • To exit the Serial Console, enter:

    ~.
  • To suspend the SSH session, enter:

    ~^z

    The ^ character represents the CTRL key

  • To see all the SSH escape commands, enter:

    ~?

To exit the VNC console connection:

  1. Close the VNC client.
  2. Open the Terminal or PowerShell window and enter CTRL C

When you are finished using the console connection, delete the connection for the instance.