ssh-keygen -t rsa -C 指定文件路径

ssh-keygen -t rsa -C "[email protected]” -f ~/.ssh/id-rsa

$ssh-keygen -t rsa -C '[email protected]' -f ~/.ssh/gitee_id_rsa

$ssh-keygen -t rsa -C '[email protected]' -f ~/.ssh/github_id_rsa

你可能感兴趣的:(技巧)