Shortcuts

Shortcuts

Shortcuts are per-connection actions that let you quickly open a directory or run a command on the remote host.

Shortcut types

  • directory: changes to a directory on the remote host.
  • command: runs a command on the remote host.

Execution behavior

  • If Exit after command is checked, Go-SSH runs the directory change or command and exits the SSH session.
  • If unchecked, Go-SSH runs the directory change or command and then executes exec $SHELL -l to keep an interactive shell open.
  • SSH runs with -t to allocate a pseudo-terminal for interactive use.

Manage shortcuts

  • From the main screen, press s to open the shortcuts list.
  • Keys: Enter execute, n new, e edit, d delete, q back.
  • Form fields: Name, Type, Value, Exit after command.