mirror of
https://codeberg.org/gigirassy/the-pit
synced 2026-06-22 13:46:50 -04:00
No description
- Rust 90.2%
- Dockerfile 9.8%
| .forgejo/workflows | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||
| compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
the-pit
funny little endlessh clone in rust
named after the predacon birthplace: https://tfwiki.net/wiki/Pit_(BW)
instructions
linux
requirements: docker
- copy compose.yml to place you want, read it for important notes
- change your ssh port to something other than 22. make sure to unblock the new port in your firewall. then
pkill sshdto kill all old connections and reconnect with new port. - docker compose up -d
other oses
requirements: rust, cargo
- build and copy binary to path.
- change your ssh port to something other than 22. make sure to unblock the new port in your firewall. then
pkill sshdto kill all old connections and reconnect with new port. - set it up as a service.
- start the service with TARPIT_BIND=0.0.0.0:22 as env.
license
isc