SSH keys are used to authenticate with your server over the SSH protocol. Learn how to add your SSH keys to your Forge account and servers.
forge
account. This will allow you to SSH into the server as the forge
user.
If any of your sites are using User Isolation, you will be asked to select the user you want to add the key to. You will then be able to SSH into the server as that user.
authorized_keys
file of both the root
and forge
users.
forge
user. This is used by Git to clone the projects to your server. The key will be added to the source control provider. This key is located at /home/forge/.ssh/id_rsa.pub
.