Forward one RDP port on one machine to multiple external users at the same time

Posted by matnagel on Server Fault See other posts from Server Fault or by matnagel
Published on 2010-04-22T09:14:25Z Indexed on 2010/04/22 9:23 UTC
Read the original article Hit count: 359

Filed under:
|

We have a windows server 2003 machine with rdp service listening on the standard port 3389.

For security reasons this port is not opened on the router, but we have freesshd service running and a remote admin can login via ssh and this port is forwarded to external port 33001 for the first external user. This works great.

Now we have another admin who wants to work remote (he uses a different windows account, but needs to work on the same machine.)

So this is basically a ssh port forwarding question.

Will the other user be able to login at the same time using the same port 33001 ?

Please keep in mind that there will be a second tunnel, and this second tunnel will also use the local port 3389 on the windows server.

© Server Fault or respective owner

Related posts about ssh

Related posts about ssh-tunnel