gitservconf/git-shell-commands/no-interactive-login
2024-08-12 16:26:09 +02:00

4 lines
143 B
Bash
Executable file

#!/bin/sh
printf '%s\n' "Hi $USER! You've successfully authenticated, but I do not"
printf '%s\n' "provide interactive shell access."
exit 128