Update 'content/wiki/rdp.md'

This commit is contained in:
LUG Board 2024-05-26 00:20:29 -07:00
parent fcc715e1e9
commit 0b9d5aee7a

View File

@ -39,7 +39,7 @@ to a Linux server. It's obvious that Windows is just a "middleman" and that you
You can take the RHEL server's address straight from MobaXterm (for me, it's `eeapps02.seas.ucla.edu`). Then, type the
following command:
```
ssh -X <username>@eeapps02.seas.ucla.edu
ssh -X -C <username>@eeapps02.seas.ucla.edu
```
And you're done!