Hello,
I need to setup wrt to do this. User must connect with putty on ssh port and router must forward communication to another IP:port. Communication between putty and router is encrypted over ssh but after port-forwarding it can go unencrypted.
Examlple:
first user: putty user to router (ssh on 192.168.1.1:100) and it forwards communication to x.x.x.x:400
second user: putty user to router (ssh on 192.168.1.1:200) and it forwards communication to y.y.y.y:400
etc
thank you