SSH command line
Use it for Git operations, dependency installation, script execution, log review, test builds, and CI tasks. First use SSH to verify the node address, credentials, and host status before setting up other access methods.
- Ideal for long-running builds and automation scripts
- Disconnecting the graphical interface does not affect background tasks
- Makes commands easy to copy, logs easy to save, and errors easy to reproduce