https://github.com/ptrcnull/init
i don't even know; mirrored from https://git.ddd.rip/ptrcnull/init
https://github.com/ptrcnull/init
Last synced: about 1 month ago
JSON representation
i don't even know; mirrored from https://git.ddd.rip/ptrcnull/init
- Host: GitHub
- URL: https://github.com/ptrcnull/init
- Owner: ptrcnull
- Created: 2021-11-29T21:05:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:41:33.000Z (over 3 years ago)
- Last Synced: 2025-01-25T22:38:53.842Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ptrcnull/init
Experimental implementation of PID 1.
Drop-in replacement for busybox init (kind of)
The canonical URL of this repository is https://git.ddd.rip/ptrcnull/init
### iSRAC
( integrated superior remote access controller ) (( basically a backdooor but more fun ))
supports both embedding public keys ( place them in `israc/authorized_keys`, then build with `-tags israc_embed_keys` )
or reading them from a file ( `/etc/israc_keys` by default, path configurable at runtime )
init options:
- `israc[=1]`
- `israc.keys_file=/etc/israc_keys`
- `israc.host_key_file=/etc/ssh/ssh_host_ed25519_key`
- `israc.bind=0.0.0.0:2`
### TODO
- askfirst handling