diff --git a/content/wiki/rdp.md b/content/wiki/rdp.md index 1e3d2a5..4d5f418 100644 --- a/content/wiki/rdp.md +++ b/content/wiki/rdp.md @@ -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 @eeapps02.seas.ucla.edu +ssh -X -C @eeapps02.seas.ucla.edu ``` And you're done!