This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| generic:rdp_linux [2025/10/07 11:36] – [Tunnel] jansen | generic:rdp_linux [2025/10/07 11:48] (current) – [Tunnel] jansen | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Tunnel ===== | ===== Tunnel ===== | ||
| - | Otherwise, a secure tunnel has to be set up using ssh. The tunnel connects a local '' | + | Otherwise, a secure tunnel has to be set up using ssh. The tunnel connects a local '' |
| - | ssh -L 3389:<your desktop name>:3389 username@ssh3.physics.leidenuniv.nl | + | |
| - | Alternatively you can user '' | + | The port we want here is 3389, which is the port of the remote desktop protocol. This example logs in to '' |
| - | ssh -L 3389:< | + | ssh -L 3389:SERVER:3389 username@ssh3.physics.leidenuniv.nl |
| - | Now, you probaly | + | Now, you probably |
| - | alias <your desktop name>='ssh -L 3389:<your desktop name>:3389 username@ssh3.physics.leidenuniv.nl' | + | alias SERVER='ssh -L 3389:SERVER:3389 username@ssh3.physics.leidenuniv.nl' |
| - | or alternatively: | + | |
| - | alias <your desktop name> | + | |
| Some additional notes: | Some additional notes: | ||
| - | * Users should use the appropriate ssh server for their own institute | + | * Users should use the appropriate ssh server for their own institute |
| - | * The machine to log in to can just as well be your own desktop, if you have one (and if it has been set up to run RDP) | + | * LION: ssh3.physics.leidenuniv.nl |
| + | * STRW: ssh.strw.leidenuniv.nl | ||
| + | * Lorentz: ssh.lorentz.leidenuniv.nl | ||
| + | * The machine to log in to | ||
| + | * The '' | ||
| * The '' | * The '' | ||
| - | |||
| - | Note that where ever is written '' | ||
| ====== Remote Desktop client ====== | ====== Remote Desktop client ====== | ||