vonedaddy,
sorry about the untimeliness of my response. For some reason I didn't get notified of an update to the thread until the most response (I probably accidentally deleted the email notification).
At any rate, could you please repost (or edit) the sample keys using CODE brackets so that they appear correctly.
You see, one of the difference between Putty formatted keys and others is that Putty formatted keys
aren't on one line whereas many others are.
For example your Putty public key may look like
Code:
---- BEGIN SSH2 PUBLIC KEY ----
AAAAB3NzaC1yc2EAAAABJQAAAIEA0kGkVYY9SVghdrthdrthTHDRTgergtFRFRTG
TgtgTTGtgGTgegtgwefwjuk356yhyjsjygjhukREFERFEFGRRgC5KQFxpsiIvQnu
UCi6VSEtxTovGghlp64o3KsQcA1wcwh4tHhnyfHeDC32hCIvcym3aunFo3NjVYUU
e9T2a2c= TEMPTATION
---- END SSH2 PUBLIC KEY ----
and the corresponding OpenSSH public key would look like
Code:
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEA0kGkVYY9SVghdrthdrthTHDRTgergtFRFRTGTgtgTTGtgGTgegtgwefwjuk356yhyjsjygjhukREFERFEFGRRgC5KQFxpsiIvQnuUCi6VSEtxTovGghlp64o3KsQcA1wcwh4tHhnyfHeDC32hCIvcym3aunFo3NjVYUUe9T2a2c== TEMPTATION
I am assuming that your problem with Secure CRT is something similar to this and I apologize if this assumption is incorrect. By looking at the different formats and paying attention to how many lines there really are (use a editor with line wrapping turned off) you should be able to get it to work by making the files look as they should.