Link to home
Start Free TrialLog in
Avatar of apunkabollywood
apunkabollywoodFlag for United States of America

asked on

SSH key problem on rhel 5.5 using secure crt

Hello all,

I am facing a starnge issue while logging using a tool called secure crt (third party tool) works on ssh key gen.

It used to save our ssh keys and than rather than ask user id password it used to ask passphrase but now after checking keys and save ini file too it again asking for userid/password

Please help me what could be the issue in this case - i know its hard to give solution but need some suggestions?
ASKER CERTIFIED SOLUTION
Avatar of gt2847c
gt2847c
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MimicTech
MimicTech

If you created your public key using SecureCRT, you may need to convert it for use with OpenSSH.

something like:

> ssh-keygen -i -f /homedir/.ssh/identity.pub >> /homedir/.ssh/authorized_keys
Avatar of apunkabollywood

ASKER

Sorry but didnt work ....any other alternative or please clear me these steps ,,,,