HostnExtraHostnExtra Docs

connect

Connect to a configured SSH server.

connect

Connect to a configured SSH server using its friendly name.

Syntax

hostnextra ssh connect <name>

Arguments

ArgumentDescription
nameFriendly server name

Example

Connect to a server.

hostnextra ssh connect web-01

How It Works

The plugin launches your system's OpenSSH client using the stored server configuration.

The following settings are applied automatically:

  • Host
  • Username
  • Port
  • Identity file
  • ProxyJump (if configured)

Notes

  • The OpenSSH client must be available in your system PATH.
  • The server must already be configured using hostnextra ssh add.
  • hostnextra ssh add
  • hostnextra ssh list
  • hostnextra ssh edit
  • hostnextra ssh test

On this page