summaryrefslogtreecommitdiff
path: root/telnet_login_wrapper
blob: 23aa13d42bb2ec74fd5c5dd5ac5485500b18bee5 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# login wrapper, just start a shell without arguments.
# this skips all parameters and is the only way to open a shell without login
# prompt on most telnetd implementations

/bin/bash --login || sh