this post was submitted on 14 Dec 2023
117 points (98.3% liked)

Programming

17398 readers
151 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[โ€“] foobaz@lemmy.world 25 points 11 months ago

cat ~/.ssh/id_rsa ๐Ÿค”

Feature request: steal ed25519 keys too

[โ€“] mrwiggles@prime8s.xyz 6 points 11 months ago (1 children)

And this is why you password protect your ssh keys

[โ€“] platypus_plumba@lemmy.world 1 points 11 months ago

It's honestly crazy that tools like npm don't force you to encrypt the tokens for the npm repos. They don't even support it. Any stupid read_file() with http.post() can screw 1000 people.

[โ€“] dudinax@programming.dev 3 points 11 months ago

What's a stream of packages?