Eclipse Equinox Documentation

Logo

This is the documentation of the Eclipse Equinox Framework.

View the Project on GitHub eclipse-equinox/equinox

disconnect

Description

Disconnect from telnet or ssh console

This command allows you to gracefully disconnect from a remote console session (telnet or ssh). When invoked, the command prompts for confirmation before closing the connection. The default action is to disconnect if no input is provided or if you enter ‘y’.

Parameters

This command takes no parameters.

Usage

disconnect

Example

Connect to a remote Equinox console via telnet or ssh, then use the disconnect command:

g! disconnect
Disconnect from console? (y/n; default=y) 

Press Enter or type ‘y’ to disconnect, or type ‘n’ to cancel:

g! disconnect
Disconnect from console? (y/n; default=y) y
[Connection closed]

Related links: