SSH Workspace
SSH Workspace turns a mobile device into a focused remote project environment. It connects Explorer, Editor and Terminal to the same host and project root, so a task remains understandable from first inspection through verification.

Connect in four steps
- Create or select an SSH profile.
- Enter the host, port and username.
- Authenticate with a password, private-key file or pasted private key.
- Confirm the remote project root, then open it in Remote Explorer.
What stays in context
- Browse the remote project and open files in Editor.
- Run shell commands in Terminal for that workspace.
- Search remote file content with Search.
- Review a focused patch in Source Control; use Pro only if the delivery needs a gated Git write action.
Safer remote habits
Use a separate profile for each environment, prefer a least-privilege account and key-based authentication for sensitive hosts, and choose a deliberate project root. Reconnect-aware behavior helps resume work after a connection interruption, but you should always verify the active host and directory before running a write command.
Next: Terminal · Remote Hotfix from Mobile · Security and Safety