ghantoos / lshell

lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
GNU General Public License v3.0
439 stars 111 forks source link

Add support for PS2 (Closes: #131) #240

Closed ghantoos closed 1 month ago

ghantoos commented 1 month ago
You are in a limited shell.
Type '?' or 'help' to get the list of allowed commands
ghantoos:~$ echo 1; \
> echo 2; \
> echo 3
1
2
3