endlessh icon indicating copy to clipboard operation
endlessh copied to clipboard

SSH tarpit that slowly sends an endless banner

Results 39 endlessh issues
Sort by recently updated
recently updated
newest added

Right now, if LogLevel is 0, it doesn't output anything when signaled with USR1.

I can see that the logs are coming out in UTC, can we use the system local time instead, or maybe add a flag to enable this?

Also, moved copy instruction to the end to optime the build cache.

I'm running with the systemd unit file as distributed. In /etc/endlessh/config I have LogLevel 1. Systemd file has (default) StandardOutput set to journal... yet journalctl records nothing upon start stop...

For the ones who fancy using docker compose in their servers :)

fixes #71 In a simple test everything seemed to work well. Documentation needs to be done, but I can't really get along with the manpage-Syntax.

When running inside an unpriviledged LXC container, the `ProtectKernelTunables` and `ProtectControlGroups` result in the process not being able to start with `Failed to set up mount namespacing` issue.

I have used the provided systemd script, and go the error ``` ● endlessh.service - Endlessh SSH Tarpit Loaded: loaded (/etc/systemd/system/endlessh.service; disabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code)...

Because the SSH spec doesn't mention any max length of the banner size, it can be assumed that line lengths aren't checked, either. In this case, increasing the max line...

This should remove the need to patch the Makefile on OpenBSD.