Each warehouse can create keys, as shown below
Two sshs are also created locally
When I upload another project that should use id_rsa_frontend, id_rsa is used by default
ringa_lee2017-05-02 09:40:31
I referred to this tutorial before, please check if it is the answer you want.
《git configure multiple SSH-Key》
PHP中文网2017-05-02 09:40:31
When there are multiple public and private key pairs locally, add these private keys to the private key table used for verification through ssh-add
.
In this way, when we connect to the server through the SSH client (Git's SSH protocol), the private keys in the local private key table will be checked one by one.