5 ms·
Sorry I’m too paranoid about this stuff. I couldn’t get past ”Paste the private key file id_ed25519 into the .git directory of your current repo,”
by heyitsdaad 9mo ago
Sorry I’m too paranoid about this stuff.
I couldn’t get past ”Paste the private key file id_ed25519 into the .git directory of your current repo,”
- praash 9mo agoI stopped worrying after I began protecting all keys with a passphrase.
- zikduruqe 9mo agoI protect mine with GPG for SSH authentication.
- doug713705 9mo agoThen the access of your git repos is protected by a single factor, the private key, since the private key is already in the wild. Copying a private key on a removable storage or to another device than the device that generated it is never a good idea.
- Ferret7446 9mo agoThe only use of the passphrase is to give you time to rotate out the key after it's been compromised. It's not meant to be your main line of defense