Connect intentionally
Choose the host and credentials in your SSH configuration. Use the least privilege the task needs.
Move from a local project to a connected remote machine. Keep the conversation close to the commands, files and environment that matter.
01read project configuration
02run test suite
03inspect deployment diff
04review results before changing production
Choose the host and credentials in your SSH configuration. Use the least privilege the task needs.
Check the working directory, environment and current changes before editing or running commands.
Read command output, check the changed files and confirm the service after a deployment.
An AI agent is not a substitute for backups, access control or a rollback plan. Start with read-only checks and review consequential actions.
Read the SSH guide