1、ssh定义
2、为什么要用ssh?
3、ssh的用处
4、如何生成ssh
1. 检查你的电脑是否已经存在ssh,可能你已经创建
mac下检查:打开终端 执行
“`
l s -al ~/.ssh
生成
$ ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
5、github如何配置ssh
作者:
在
1、ssh定义
2、为什么要用ssh?
3、ssh的用处
4、如何生成ssh
1. 检查你的电脑是否已经存在ssh,可能你已经创建
mac下检查:打开终端 执行
“`
l s -al ~/.ssh
生成
$ ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
5、github如何配置ssh
发表回复