Re: RSA key generation problems in OpenSSH

2005-02-28 Thread Rafeeq Ahmed
Hi I am unable to provide u with exact answer. but i thought it relevent to reply u. because I have also worked on RSA api's Following are the command to generate rsa keys 1) openssl genrsa -out private.pem 1024 <- This generates a 1024 bit keypair, but both keys are held in a single file ini

RSA key generation problems in OpenSSH

2005-02-28 Thread prakash babu
Hello All,   I am working on an IPF(Itanium Processor Family) HPUX machine. Using the configure option hpux-ia64-cc would be the appropriate configure option while building OpenSSL in this platform. But I have problems with OpennSSH authentication when I use thi