查看私钥文件内容,若是开头是
—–BEGIN RSA PRIVATE KEY—–
and not with:
—–BEGIN OPENSSH PRIVATE KEY—–
The first one can be created by:
ssh-keygen -m PEM -t rsa -f mykey
查看私钥文件内容,若是开头是
—–BEGIN RSA PRIVATE KEY—–
and not with:
—–BEGIN OPENSSH PRIVATE KEY—–
The first one can be created by:
ssh-keygen -m PEM -t rsa -f mykey