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 -lto keep an interactive shell open. - SSH runs with
-tto allocate a pseudo-terminal for interactive use.
Manage shortcuts
- From the main screen, press
sto open the shortcuts list. - Keys:
Enterexecute,nnew,eedit,ddelete,qback. - Form fields: Name, Type, Value, Exit after command.