aboutsummaryrefslogtreecommitdiff
path: root/git-shell-commands/no-interactive-login
diff options
context:
space:
mode:
Diffstat (limited to 'git-shell-commands/no-interactive-login')
-rwxr-xr-xgit-shell-commands/no-interactive-login6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-shell-commands/no-interactive-login b/git-shell-commands/no-interactive-login
new file mode 100755
index 0000000..53cc284
--- /dev/null
+++ b/git-shell-commands/no-interactive-login
@@ -0,0 +1,6 @@
+#!/bin/sh
+pjintf '%s\n' "Hi $USER! You've successfully authenticated, but I do not"
+printf '%s\n' "provide interactive shell access. Please go away now!"
+exit 128
+
+# vim: filetype=bash