I want to extract the public and private key from my PKCS#12
file for later use in SSH-Public-Key-Authentication.
Right now, I'm generating keys via ssh-keygen which I put into .ssh/authorized_key
, respective somewhere on the client-side.
In future, I want to use the keys from a PKCS#12
container, so I've to extract the public-key first from PKCS#12
and then put them into the .ssh/authorized_keys
file. Is there any chance to get this working via openssl
? Are the keys in PKCS#12
compatible for ssh-public-key authentication?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…