Hello,
I have several machines on my lan. One is used as a http proxy to target web sites located on the others (that's working fine now thanks to ServerFault).
On my router, Port 22 is NATed to this proxy machine. I would like to be able to access the other machines, within internet, with something like:
ssh user@first_machine.my_domain.tld
ssh user@second_machine.my_domain.tld
Could I use the proxy machine to 'filter' the incoming ssh request and to route them to the correct machine ? (in the same way it's possible to do so for web sites using a mix of mod_proxy and namevirtualhost in Apache)
Thanks a lot, Luc