This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
generic:rdp_linux [2020/04/07 12:14] – [Microsoft Remote Desktop client] jansen | 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 ===== | ||
- | A good rdp client for Linux is remmina, it even allow you to directly setup a tunnel as described above. | + | A good rdp client for Linux is '' |
- | See how to setup remmina from the [[manuals: | + | See how to setup remmina from the [[manuals: |
Now you should see the familiar Windows log in screen and you can go about your business. | Now you should see the familiar Windows log in screen and you can go about your business. | ||