Skip to content

Commit

Permalink
- use a login shell in telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 26, 2015
1 parent 1767253 commit 9342bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telnet_login_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# this skips all parameters and is the only way to open a shell without login
# prompt on most telnetd implementations

/bin/sh
/bin/bash --login || sh

0 comments on commit 9342bb4

Please sign in to comment.