SSH Setup and Connection Guide
Learn how to set up SSH and connect to your remote project securely.
Note
The specific details for your SSH connection (such as project name, username, server IP, and database information) are typically provided by default when you generate a new project. Use those details to replace the placeholders in the instructions below.
Setup Instructions
Important
Follow these steps to set up SSH and connect to your remote project securely.
SSH Security Best Practices
- Keep your SSH key secure and never share it
- Use SSH key authentication instead of passwords when possible
- Regularly update your SSH client and server software
- Consider using SSH config files for managing multiple connections
- Use SSH agent forwarding cautiously