Tools Practical By Samson Tanimawo, PhD Published Mar 20, 2026 4 min read

VSCode Remote SSH for On-Call

Remote SSH editing on production hosts.

Usage

Open SSH host directly in VSCode.

Edit files; run terminal; debug as if local.

Careful

Remote editing on prod hosts is risky.

Read-only by preference; write only when explicitly required.

Audit

File changes leave SSH session log.

Combine with bastion logging for compliance.