Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/dev/ptmx: too many open files #2

Open
e1z0 opened this issue Apr 8, 2020 · 2 comments
Open

/dev/ptmx: too many open files #2

e1z0 opened this issue Apr 8, 2020 · 2 comments

Comments

@e1z0
Copy link

e1z0 commented Apr 8, 2020

Failed to start faker: open /dev/ptmx: too many open files

I think it does not close the inactive sessions, lsof shows many open files, and the count is not lowering by the time, it only increases.

@traetox
Copy link
Owner

traetox commented Apr 8, 2020

The PTY wasn't being closed when a client exited, check 4a2bef3 It should clean things up.

@e1z0
Copy link
Author

e1z0 commented Apr 8, 2020

Thanks a lot! I've resurrected the project https://shellsforshits.com/ and using your ssh honeypot as the backend. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants