ssh-keygen 根据私钥生成公钥
ssh-keygen -y -f <path/to/private_key> > <path/to/public_key>
-y Read private key file and print public key
-y 的意思是读取私钥并将公钥打印出来
Subscribe to PangXieKr-螃蟹氪
Get the latest posts delivered right to your inbox
ssh-keygen -y -f <path/to/private_key> > <path/to/public_key>
-y Read private key file and print public key
-y 的意思是读取私钥并将公钥打印出来
Get the latest posts delivered right to your inbox