https://github.com/subfission/nopeshell
Simple shell to prematurely end SSH connections.
https://github.com/subfission/nopeshell
Last synced: 11 months ago
JSON representation
Simple shell to prematurely end SSH connections.
- Host: GitHub
- URL: https://github.com/subfission/nopeshell
- Owner: subfission
- Created: 2020-04-23T06:17:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T06:37:43.000Z (about 6 years ago)
- Last Synced: 2025-03-31T07:12:36.916Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOPESHELL
_Your friendly shell to thrwart invaders._
This simple shell will prematurely end SSH connections.
### Instructions
1. Add this to `/usr/bin/nopeshell` or simlar path as root.
2. `chmod a+x` this file.
3. Add this file to `/etc/shells` so it is official!
4. Set users to login with this shell.
5. Profit! Or maybe just don't get hacked..?
### Bash One-Liner
sudo curl -L "https://raw.githubusercontent.com/subfission/nopeshell/master/nopeshell" > /usr/bin/nopeshell && sudo chmod a+x /usr/bin/nopeshell && echo '/usr/bin/nopeshell' >> /ets/shells && echo "done."
### Supported Platforms
- MacOS 10.8+
- Linux