223
me when i find out i can use ssh to sign my git commits
(lemmings.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Anyone only has access to your public key if you give them access to your public key. So no, not really. They should have access to it. It's not something you should keep private, but SSH shared keys aren't PGP shared keys. There's no key servers for SSH shared keys.
"Alternatively, anyone has access to your ~~private~~ public key, and can encrypt data using it, that only the owner, with access to the private key, can decrypt."
look at last sentence of the second paragraph. Is this what you wanted to write?
Of course. The only barrier is the possession of your public key. I really don't understand what you're getting at here. Anyone with your public key can verify a PSK signed statement you made, which obviously is predicated on them having access to the key.
that's 3rd