ubuntu SSH公钥设置
ssh-keygen -m PEM -t rsa -b 4096 -C "your.email@example.com" # Creates a new ssh key, using the provided email as a label # Generating public/private rsa key pair. Enter file in which to save the key (/Users/you/.ssh/id_rsa): [P