fpoirotte / pssht

SSH server written in PHP
https://pssht.readthedocs.io
MIT License
40 stars 9 forks source link

Add support for RFC 4335 (BREAK extension) #35

Open fpoirotte opened 6 years ago

fpoirotte commented 6 years ago

Sounds simple enough to implement. See https://tools.ietf.org/html/rfc4335 for more information.

For now, the request should be acknowledged and ignored, unless some callback has been defined in the configuration file to handle it.