Learn how to add your SSH keys to your Depfloy account and servers.
depfloy
user. This will allow you to SSH into the server as the depfloy
user without a password.
authorized_keys
file for both the root
and depfloy
users on your server.
depfloy
user on your server during provisioning. This key facilitates Git operations, enabling Depfloy to clone your project repositories onto the server. This public key is automatically registered with your selected source control provider (e.g., GitHub, GitLab) to grant necessary permissions. You can find this key at /home/depfloy/.ssh/id_rsa.pub
on your server.
If you experience SSH-related access problems on the source provider’s side, you will need to add Depfloy Public Key to the SSH key settings of your source provider.