Go to file
Georg Pfuetzenreuter 194a71e968
Support multiple keys per user
In use cases where one user is supposed to be reachable with multiple
public keys, but where each public key should only have access to a
specific set of commands, the variable $SSH_USER_AUTH will be considered
together with colon separated username->key pairs in the configuration
to determine the set of commands to use.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-10-20 15:49:24 +02:00
authorized-exec.pl Support multiple keys per user 2024-10-20 15:49:24 +02:00
authorized-exec.pod Support multiple keys per user 2024-10-20 15:49:24 +02:00
authorized-exec.spec Anchoring 2024-09-15 18:34:57 +02:00
config.example.pl Support multiple keys per user 2024-10-20 15:49:24 +02:00
LICENSE Initial commit 2024-09-11 20:18:07 +02:00
Makefile Create man1 2024-09-13 21:25:16 +02:00
README.txt Reference manpage in README 2024-09-11 20:57:04 +02:00

authorized-exec is a command wrapper for use as a forced SSH command - reference authorized-exec(1) for details.