I have a question about RSA key authorization for SSH. Presently, I have two keys that I use to log into my Linux box; one I generated with PuTTY for my various Windows machines/devices and one I use on my Linux boxes. I would like to consolidate them into one key. My question is, how would I do that? When I look at the 'authorized_keys' file on my server, the two keys are different lengths. The Linux-generated key is 300+ characters in length, while the PuTTY-generated key is 200.
Anyone know how I could use one key with the other OS? I suppose I could post my authorized_keys file, seeing how they're my public keys, anyway...

