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.
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.