Generate ssh key locally

Generate secret key

ssh-keygen -t rsa -C "[email protected]"

View secret key

cat ~/.ssh/id_rsa.pub

Copy and save the secret key to your github or Alibaba Cloud
 

Guess you like

Origin blog.csdn.net/promiseCao/article/details/103270405