This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
generic:rdp_linux [2020/04/07 11:42] – created 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 '' | ||
- | ===== Microsoft | + | Note that where ever is written '' |
- | Microsoft has a rdp client for Linux | + | |
+ | ===== Remote Desktop client ===== | ||
+ | A good rdp client for Linux is '' | ||
- | Give the connection a name that makes sense to you to remember. As pc name, fill in '' | + | See how to setup remmina from the |
- | You can also fill in the username if you want (or do that on the login screen). Make sure however, to add the domain, so in this case: '' | + | |
- | Close this window when done (there is no save button, but all changes are saved automatically. | + | |
- | Back in the first screen, it is time to start the connection. Before you get to the windows login screen, a certificate warning is presented to you as in this image: | + | |
- | {{ : | + | |
- | The reason is, that you are connecting to '' | + | |
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. | ||