How to tunnel Windows Remote Dektop through two machines

Solution 1:

Try:

ssh -L3390:address-of-machine-b-from-a:3389 user-at-machine-a@address-of-machine-a

Then RDP will be available locally at port 3390.