diff --git a/blog/openssh-6.2-add-callback-functionality-using-dynamic-remote-port-forwarding.mdwn b/blog/openssh-6.2-add-callback-functionality-using-dynamic-remote-port-forwarding.mdwn index 79ca670a..0ffc3936 100644 --- a/blog/openssh-6.2-add-callback-functionality-using-dynamic-remote-port-forwarding.mdwn +++ b/blog/openssh-6.2-add-callback-functionality-using-dynamic-remote-port-forwarding.mdwn @@ -91,6 +91,7 @@ The given patch has some known limitations: Debugging the ssh server shows that this information was present in ssh1, but is absent in ssh2. * 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