mirror of
https://codeberg.org/gigirassy/the-pit
synced 2026-08-30 15:19:55 +00:00
b29df807fb3888413d23007c072a54d614d04a03
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
Languages
Rust
91.6%
Dockerfile
8.4%