Remix.run Logo
cwillu 6 hours ago

> Linux stores plenty of passwords in plain text in /etc

That's gonna be a big ol' [CITATION NEEDED] from me, dawg.

SoftTalker 6 hours ago | parent | next [-]

Wifi passwords in /etc/netplan files, is one I can think of.

fragmede 5 hours ago | parent | prev [-]

I haven't solved the problem of sensitive .env files sitting around on my computer.

spacemule 5 hours ago | parent [-]

`sops exec-env`

I have an alias set for when I'm working with opentofu:

`alias tfenter='sops exec-env secrets.yaml "/bin/bash"'`

I encrypt with openbao's transit engine and backup age key kept in a password manager, so no secrets live on disk.