This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
generic:rdp_linux [2022/10/18 07:00] – [Remote Desktop client] deul | generic:rdp_linux [2022/10/18 07:06] (current) – deul | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Tunnel ===== | ===== Tunnel ===== | ||
- | First, a secure tunnel has to be set up using ssh. The tunnel connects a local '' | + | First, a secure tunnel has to be set up using ssh. The tunnel connects a local '' |
ssh -L 3389:< | ssh -L 3389:< | ||
+ | Alternatively you can user '' | ||
+ | ssh -L 3389:< | ||
Now, you probaly don't want to remember this and type it all the time, so an easy solution is to add an alias in your '' | Now, you probaly don't want to remember this and type it all the time, so an easy solution is to add an alias in your '' | ||
alias <your desktop name> | alias <your desktop name> | ||
+ | or alternatively: | ||
+ | alias <your desktop name> | ||
Some additional notes: | Some additional notes: | ||
- | * Users should use the appropriate ssh server for their own institute (here LION users ssh3.physics.leidenuniv.nl) | + | * Users should use the appropriate ssh server for their own institute (here LION users ssh3.physics.leidenuniv.nl and STRW users ssh.strw.leidenuniv.nl) |
* The Windows machine to log in to can just as well be your own Windows desktop, if you have one | * The Windows machine to log in to can just as well be your own Windows desktop, if you have one | ||
* The '' | * The '' | ||
+ | |||
+ | Note that where ever is written '' | ||
===== Remote Desktop client ===== | ===== Remote Desktop client ===== |