did ssh change there the private keys go?
my commit signing randomly started failing
it can't find the key... but the key is in .ssh
every day i come closer to looking for an alternative to nixos (guix? is guix usable?)
@schrottkatze i'd say it's quite usable as long as you don't want to do fucked up stuff like moving the damn /gnu directory somewhere else
wait i think i might've figured it out
@schrottkatze directory and file permissions wonky? that’s the first bit that I’d verify, ssh is very picky about them
@jasmin what should they look like? i barely do sysadmin
@schrottkatze iirc 0700 on the directory and 0600 on the files, but lemme verify that really quickly
Edit: yep, it’s that
@jasmin those are the permissions, the public key is 644 tho?
@jasmin would surprise me if that was the problem tho considering i didnt touch that
@schrottkatze @jasmin there are no specific requirements for the public key.
@jasmin i'll update my system and see if that fixes it (shouldn't, but it didnt break after an update either so)