ssh-keygen生成秘钥对

参考资料:

Connecting to GitHub with SSH:https://help.github.com/articles/connecting-to-github-with-ssh/

ssh-keygen -t rsa -f helloworld -C "helloworld public-private-keys"

ssh

相关推荐