生成ssh密钥

ssh-keygen
[code]
ssh-keygen
[/code]

指定算法和comment
[code]
ssh-keygen -t rsa -C "x@xxx.com"
[/code]