Hacker News new | ask | show | jobs
by se32point1 2136 days ago
The original poster refers to sending your SSH private key, not RSA. Your SSH private key can be used for very malicious purposes. For example, if you use Git over SSH to upload code to your remote Git repositories, someone malicious can take your SSH private key, and hijack your Git repositories.
1 comments

Oh I got it, the nasty part is nabbing the SSH private key, not the fact that it's RSA... duh :)