A random suggestion. You should add a password to your private ssh key. Why? If someone steals your key, they won’t be able to do anything without the password.
You should run: ssh-keygen -p
And remember to make a backup copy of key file. As a developer, it is a one of the most valuable files on your computer.
@andros@twtxt.andros.dev Could not agree more! 🙌
Yarnd can store password-protected keys without risk because pod owner don’t have password, but looks like i/someone should enter password for every message sent or receive? Upd: oh, it’s about ssh? i have key without password lol
@doesnm@doesnm.p.psf.lt I don’t think this has anything to do with yarnd
, but SSH keys in general 😅
Thanks @prologic@twtxt.net !