I'm trying to use DBeaver on Ubuntu 22. The DB I'm trying to connect to needs my ssh key, but when I try to connect, I get the error:
Can't initialize tunnel
Cannot run program "ssh-keygen": error=13, Permission denied
error=13, Permission denied
My .ssh folder has permissions at 700 and the key itself is at 644. Short of setting the folder and key to 777, which I obviously won't do, I can't figure out 1) what's wrong, and then 2) how to fix it.