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
436
stars
111
forks
source link
Replace os.system with subprocess when calling commands #103
I have been meaning to do this for a while, os.system is not recommended and should be replaced by subprocess. This has to be done asap.