Learn how to manage SSH keys on your Forge servers.
~/.ssh/id_rsa
and its public key counterpart is stored at ~/.ssh/id_rsa.pub
. When creating a server, you will have the option to add this key to your connected source control providers. By doing so, the server will be able to clone any repository that your source control account has access to.
Alternatively, you may opt-out of having this key added to your source control providers by un-checking the Add Server’s SSH Key To Source Control Providers option when creating a server. When opting-out, you will need to use site-level Deploy Keys in order to grant your server access to specific repositories on a source control provider such as GitHub, GitLab, or Bitbucket.