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
434 stars 113 forks source link

lshell user exit from current shell if use tail on some file and exit via ctrl+c command #190

Open adg333221 opened 6 years ago

adg333221 commented 6 years ago

on remote server i use lshell for restricted user to run some commands on there while tailing some log file via tail -f it goes fine but when exit from tail via ctrl+c it exit from remote shell to and take me to my local system this is unexpected behaviour i seen in lshell

sudhirpoodar commented 3 years ago

Hi Team, any update on this.