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的主要内容,如果未能解决你的问题,请参考以下文章