Skip to content

ShuttleX v1.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 08:32

Added

  • Run a command on a server: a new Remote command field in the editor (remoteCommand in JSON) builds ssh -t … <command> from the host/user/port — e.g. enter htop. A Raw custom command toggle keeps the verbatim mode for jump hosts/tunnels.
  • Reorder servers within a group by dragging them in the editor.

Fixed

  • Servers that share a name (e.g. two "AdGuard" with different IPs) are now handled correctly in the editor — editing, deleting or reordering one no longer affects the other. Entries now carry an internal id instead of being matched by name.