HostnExtraHostnExtra Docs

export

Export SSH server configurations.

export

Export SSH server configurations from the SSH Config plugin.

Syntax

hostnextra ssh export <file>

Arguments

ArgumentDescription
fileDestination file path

Example

hostnextra ssh export servers.json

Description

The command exports your configured SSH servers to a file that can be used for backup or transferred to another machine.

Notes

  • Existing files may be overwritten.
  • Exported files can be imported using the import command.
  • hostnextra ssh import
  • hostnextra ssh list
  • hostnextra ssh remove

On this page