I would like to access a remote desktop that is sitting inside office, below is my setup
- my laptop(Ubuntu) from home connected to internet (A)
- public Ubuntu instance connected to internet(B)
- 3)from B there is a reverse ssh tunnel created to a office ubuntu
- system (C).
- 4)from office ubuntu system (C) I can RDP to another office windows
- system (D) to 3389 port.
How I access the system
- from my laptop(A) I connect to public ubuntu instance(B) via ssh (22)
- then from public (B) I do ssh -p someport user@localhost and this gets connected to office ubuntu system(C).
How do I access RDP of office windows system (D) to my laptop(A).?