From 0b9d5aee7acf7fa942b70f975f55df82d5aa0c94 Mon Sep 17 00:00:00 2001 From: LUG Board Date: Sun, 26 May 2024 00:20:29 -0700 Subject: [PATCH] Update 'content/wiki/rdp.md' --- content/wiki/rdp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!