Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/detain/seagate_central_sudo_firmware
Seagate Central NAS script to download and patch the Firmware re-adding sudo, ssh to root, and other removed things in the last patch.
https://github.com/detain/seagate_central_sudo_firmware
Last synced: about 5 hours ago
JSON representation
Seagate Central NAS script to download and patch the Firmware re-adding sudo, ssh to root, and other removed things in the last patch.
- Host: GitHub
- URL: https://github.com/detain/seagate_central_sudo_firmware
- Owner: detain
- License: gpl-2.0
- Created: 2015-08-25T05:18:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T22:48:17.000Z (almost 3 years ago)
- Last Synced: 2023-03-23T11:57:18.417Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seagate_central_sudo_firmware
Seagate Central NAS script to download and patch the Firmware
re-adding sudo, ssh to root, and other removed things in the last patch.## What the script does:
- Downloads patch
- uncompresses patch binary into normal files.
- adds PermitRootLogin yes to sshd_config
- enable people in the 'wheel' and 'users' group to sudo without password
- add setting everyone to wheel group on firmware update, reboot, and other places## Related (to seagate central) sidenote:
- They also released thier source trees for everything and ive managed to recompile/update a few programs but nothing ready for release yet. If interested in somethign like this drop me a line.