SSH Config
Manage SSH hosts using the official HostnExtra SSH Config plugin.
SSH Config
The SSH Config plugin is the first official plugin for the HostnExtra ecosystem.
It simplifies SSH host management by providing commands to create, edit, organise, and connect to SSH hosts directly from the HostnExtra CLI.
Instead of manually editing ~/.ssh/config, you can manage hosts using simple commands.
Installation
Install the plugin.
hostnextra plugin add ssh-configVerify the installation.
hostnextra plugin listFeatures
- Add SSH hosts
- List configured hosts
- Connect to servers
- Edit host configurations
- Remove hosts
- Test SSH connectivity
- Import existing SSH configuration
- Export configurations
- View connection history
Available Commands
| Command | Description |
|---|---|
hostnextra ssh add | Add a new SSH host |
hostnextra ssh list | List configured hosts |
hostnextra ssh connect | Connect to a host |
hostnextra ssh edit | Edit an existing host |
hostnextra ssh remove | Remove a host |
hostnextra ssh test | Test an SSH connection |
hostnextra ssh import | Import SSH configuration |
hostnextra ssh export | Export SSH configuration |
hostnextra ssh history | View connection history |
Next Steps
Continue with the command reference to learn how each command works.