sudosh3 is an auditing shell and filter based on sudosh2 (a continuation of sudosh).
Features
- Better file management
- Better terminal emulation
- Passwords not recorded
License
Open Software License 3.0 (OSL3.0)Follow sudosh3
Other Useful Business Software
Deploy Apps in Seconds with Cloud Run
Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
Rate This Project
Login To Rate This Project
User Reviews
-
I checked the source code, one line I couldn't understand: termnew.c_lflag &= ~ECHO; because earlier, the program has static struct termios termnew; and there is no other assignment for the termnew.c_lflag, so it should be 0, then when you do termnew.c_lflag &= ~ECHO, it would still remain 0, what's the statement's purpose?
-
This project hasn't been touched in a long time. sudosh2 is becoming active again, and is available on GitHub at github.com/squash/sudosh2
-
as far as I can see, this project is dead - or never really started. sudosh2 is still being actively supported and the preferred project.