connect
Connect to a configured SSH server.
connect
Connect to a configured SSH server using its friendly name.
Syntax
hostnextra ssh connect <name>Arguments
| Argument | Description |
|---|---|
name | Friendly server name |
Example
Connect to a server.
hostnextra ssh connect web-01How 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.
Related Commands
hostnextra ssh addhostnextra ssh listhostnextra ssh edithostnextra ssh test