Remote Development over SSH

// Establishing SSH Connections

Type > connect ssh user@server in the command palette. TermStudio creates an SSH pipeline and maps the remote filesystem to your workspace.

// Key-based Authentication

TermStudio looks for keys in ~/.ssh/. Configure your private key settings inside your local configuration JSON profile.

// Remote Filesystem Navigation

While connected via SSH, all sidebar file operations (like open, rename, delete) are tunneled through SFTP. Files are edited locally in a secure buffer cache and saved back to the remote server automatically.