update blogpost - add limitation of the patch

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-05-16 21:56:04 +02:00
parent be564a5cb2
commit 1d6e9bc557

View file

@ -91,6 +91,7 @@ The given patch has some known limitations:
Debugging the ssh server shows that this information was present Debugging the ssh server shows that this information was present
in ssh1, but is absent in ssh2. in ssh1, but is absent in ssh2.
* The number of listed ports is limited by the buffer size of 256 characters * The number of listed ports is limited by the buffer size of 256 characters
* Includes only remote port forwardings specified at startup, not the ones added later
## Future ## Future