Earlier quoted context omitted.
One of the best things you can do is generate a key per device, not per person. That way if you lose your phone you just revoke that key and not the one that you use on your tablet, work laptop, home desktop, etc. Bonus points: monkeysphere and certificate based auth are two other great solutions for making sure the ssh server you log into is not doing a MITM on initial connection (you know, the part where it asks yo…
But that way you can only use each key on that one device. E.g. No starting a private conversation on your phone and then continuing it on your desktop later.
Is anybody using this private key?
41–50 of 54 posts
Re: Is anybody using this private key?
#42Cloudflare's 1.1.1.1 for families blocks this is phishing. No sense of humor I guess?
Re: Is anybody using this private key?
#43Earlier quoted context omitted.
Yeah, I'd strike "except where they're needed". Never share a private key.
One of the best things you can do is generate a key per device, not per person. That way if you lose your phone you just revoke that key and not the one that you use on your tablet, work laptop, home desktop, etc. Bonus points: monkeysphere and certificate based auth are two other great solutions for making sure the ssh server you log into is not doing a MITM on initial connection (you know, the part where it asks yo…
Re: Is anybody using this private key?
#44Re: Is anybody using this private key?
#45Re: Is anybody using this private key?
#46Do not give out your private keys anywhere except where they're needed. They are meant to be private for a reason. If this service was serious, it'd instead rely on fingerprints (sha256/sha512) and not the key itself.
Is there any case where they ever need to be shared? If you need a login, generate a new one.
Re: Is anybody using this private key?
#47Re: Is anybody using this private key?
#48Re: Is anybody using this private key?
#49Wait why did it say the key was unused when I submitted the first time, but now it shows the key is already taken?
Re: Is anybody using this private key?
#50Generate and send it every possible key
https://stackoverflow.com/a/43636715
Edit: fixed missing exponent notation