命令
ssh-keygen -t rsa -C "mengxd@communet.io
在.ssh目录中会生成两个文件, 其中id_rsa是私钥,自己保存。id_rsa.pub为公钥,需要放到服务器上
注: windows上可以使用 git bash来模拟linux命令
ssh-keygen -t rsa -C "mengxd@communet.io
在.ssh目录中会生成两个文件, 其中id_rsa是私钥,自己保存。id_rsa.pub为公钥,需要放到服务器上
注: windows上可以使用 git bash来模拟linux命令