CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/12/18 18:04:37
Modified files: usr.bin/ssh : channels.c Log message: bz#2147: fix multiple remote forwardings with dynamically assigned listen ports. In the s->c message to open the channel we were sending zero (the magic number to request a dynamic port) instead of the actual listen port. The client therefore had no way of discriminating between them. Diagnosis and fix by ronf AT timeheart.net