Linux command line cheat sheetSSH remote access with UI on a Linux Server ssh -X <username>@<pc> example: ssh -X bob@pc1 Copy from Linux PC to Windows PC pscp.exe <user>@<pc>:/home/<user>/<PathToFile> "C:\Users\<user>\<PathToFile>" example: pscp.exe bob@pc1:/home/bob/Downloads/my...Jun 3, 2022·1 min read·11