blob: cf88c0428c92e1573dbd93fb73a93f4a9add2429 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
printf '%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
|