blob: 53cc28490eb15fa3a63f58cba2311c6b3ed3c76a (
plain)
1
2
3
4
5
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
|