markdown 多个ssh

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 多个ssh相关的知识,希望对你有一定的参考价值。

Multiples ssh

Se crea:
```
ssh-keygen -t rsa -f ~/.ssh/id_rsa.seedem -C "rpayan@seedem.co"
```
If your ssh keys don't all show up with
```
ssh-add -l
```
you have to run
```
ssh-add ~/.ssh/yourkey.rsa 
```
Note: No es el archivo .pub es por ejemplo:
```
ssh-add ~/.ssh/id_rsa
```
Hay que hacer siempre que se reinicie la pc

以上是关于markdown 多个ssh的主要内容,如果未能解决你的问题,请参考以下文章

markdown 用于不同github帐户的多个SSH密钥

markdown 用于不同github帐户的多个SSH密钥

markdown 用于不同github帐户的多个SSH密钥

markdown 用于不同github帐户的多个SSH密钥

markdown 多个用户ssh配置文件untuk远程存储库github

markdown 如何配置ssh配置以使多个私有github依赖关系具有多个部署密钥和自动部署。