SSH Session Basics
Start a Session
- Select the target server profile.
- Start SSH session.
- Wait for terminal prompt readiness.
- Run a harmless verification command.
During a Session
- Keep one task context per active session.
- Resize terminal when layout changes to avoid broken command views.
- Prefer explicit command sequencing over long interactive drift.
- Record important command outputs before switching sessions.
Orbit Bar
- Select terminal text to show Orbit Bar near the current selection.
- Use Orbit Bar actions for quick copy and search workflows.
- Search behavior follows the Settings search engine configuration.
- If Orbit Bar is not needed, disable it from Settings > Terminal.
Tab Switching
- Press Ctrl+Tab (Control+Tab on macOS) to open the tab switcher.
- Keep holding Ctrl/Control and press Tab repeatedly to move forward through tabs.
- Hold Shift while pressing Tab to move backward.
- While the switcher is open, use ArrowUp/ArrowDown to preview targets.
- Release Ctrl/Control to confirm and jump to the selected tab.
- Mouse click on a tab in the switcher jumps immediately, even if Ctrl/Control is still held.
Command Palette
- Press Ctrl+Shift+P on Windows/Linux, or Cmd+Shift+P on macOS, to open the command palette globally.
- The shortcut works even when terminal focus or input focus is active.
- Use it to create tabs, switch tabs, close current tab, close right tabs, and jump into Settings search.
- Settings commands can be searched by localized label, English label, setting key, path, search terms, and command action id.
Trust and Verification
- Review host fingerprint prompts carefully.
- Trust only verified hosts.
End Session Safely
- Complete or cancel running commands cleanly.
- Exit remote shell.
- Confirm session is fully closed in UI.
- If reconnect is required, start a new clean session instead of reusing stale context.
Common Mistakes
- Connecting to the wrong environment due to similar host names.
- Skipping fingerprint verification under time pressure.
- Leaving sessions open unintentionally after task completion.