Gitee is an excellent domestic Git code hosting platform. It provides developers with many convenient functions, including code warehouse, code review, collaborative development, etc. When using Gitee for code management, it is often necessary to use SSH keys for authentication. When using SSH keys, many developers have a question: Can Gitee only have one public key?
SSH keys are a very secure and convenient way to authenticate by using a public and private key pair. On Gitee, we can add multiple public keys to facilitate code management on multiple computers or multiple development environments. However, for a Git repository, only a unique public key can be used for authentication.
On Gitee, we can add multiple SSH public keys through the following operations:
After the addition is completed, we can use these public keys for authentication on multiple computers or multiple development environments. However, for a Git repository, only a unique public key can be used for authentication. Therefore, we need to add the corresponding public key to each Git repository.
On Gitee, we can add the SSH public key to the Git repository through the following operations:
After the addition is completed, we can use the corresponding public key for authentication.
In addition to manually adding SSH public keys on Gitee, we can also manage SSH public keys through some automated methods. For example, you can use automation tools such as Ansible to automatically add SSH public keys to quickly manage code in multiple environments.
In short, Gitee does not only use one public key. We can add multiple SSH public keys, but for a Git warehouse, only a unique public key can be used for authentication. Therefore, when using Gitee for code management, we need to add the corresponding SSH public key to each Git repository to facilitate code management in different development environments.
The above is the detailed content of Can gitee only have one public key?. For more information, please follow other related articles on the PHP Chinese website!