second question, second problem:
I am searching for a way to dynamically let sshd search for public keys on my server. So, shortly spoken, I want, when authorized_keys
is accessed by sshd, a helper process is started, connecting to a central database (in this cas postgres) and fetch all keys.
I want to achieve real-time updates of the authorized_keys
file.
I read something here: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/156636 (its far down), and I want to know how I can trigger such a helper program? It would be ideal to me, as it seems to asbtract the authorized_keys
file.