SSH tuneling and machine selection
- by Christophe Debove
With putty on windows I added some tunnel for terminal service through ssh
6664 192.168.20.44:3389
6665 192.168.20.45:3389
6666 192.168.20.46:3389
So when I connect with client to 127.0.0.1:6664 it work...
Now I want to use localtest.me to select the machine directly without port number.
I want when I type foo.localtest.me in TS client to connect automaticaly on the 127.0.0.1:3389 is it possible or do I need a proxy to translate port regarding domain name.