ssh-keygen -t rsa -C [用户名] -b [长度] -f [文件名]
生成公私钥默认存在/Users/.ssh/目录下
ssh-keygen -t rsa -C "xxx@qq.com" -b 4096 -f xxx/id_rsa