Re: Generating the corresponding public key of a private key

2014-10-13 Thread Kyle Hamilton
OpenSSL doesn't really have a lot to do with ssh-keygen (though ssh-keygen might link against libcrypto, SSH is not SSL). You should probably send to the OpenSSH mailing lists to get help there. -Kyle H On 10/12/2014 11:38 PM, Angelos Ching wrote: > Hi, > > Can I always expect the following comm

Generating the corresponding public key of a private key

2014-10-12 Thread Angelos Ching
Hi, Can I always expect the following commands, when given the same private key, to generate the same public key albeit in different format? # ssh-keygen -y -f id_rsa # ssh-keygen -e -f id_rsa Because I'm dealing with one private key that is generating different public key when the above comm