Tag Archives: securecrt

How to generate SecureCRT key file from .pem file

1、cat keypair.pem>amazonec2key 2、chmod 600 amazonec2key 3、ssh-keygen -p -f amazonec2key 4、ssh-keygen -e -f amazonec2key >> amazonec2key.pub 5、use amazonec2key.pub as secuCRT’s key file. Remember put the amazonec2key in the same location.

Posted in linux | Tagged , , | Leave a comment