Wednesday, April 29, 2020

Remote Desktop using remina to windows pc using ssh tunnel on linux(ubuntu)


need :
1- valid ssh user account
2- pc with remote desktop enabled

open terminal


ssh - L  (localport on ubuntu):ip target remote:3389 -l  sshusername  sshserver

example:

ssh -L  1024:202.185.40.80:3389 -l  rambo  westcollege.edu



open remina (remote desktop application)

connect to : 127.0.0.1:1024