HostnExtraHostnExtra Docs

remove

Remove a configured SSH server.

remove

Remove a configured SSH server.

Syntax

hostnextra ssh remove <name>

Arguments

ArgumentDescription
nameFriendly server name

Example

Remove a server.

hostnextra ssh remove production

What Happens

  • A confirmation prompt is displayed before removal.
  • A backup of the server configuration is created automatically.
  • The server is removed from the local configuration.

Notes

  • Backups are stored in ~/.hostnextra/backups/.
  • Removing a server does not affect the remote machine.
  • hostnextra ssh add
  • hostnextra ssh edit
  • hostnextra ssh list

On this page