From bd8c5082c719b4baefe5a62b46fb6c5bf13e78b9 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Tue, 24 May 2022 21:15:12 +1000 Subject: [PATCH] xfreerdp: add examples (#8096) --- pages/linux/xfreerdp.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/linux/xfreerdp.md b/pages/linux/xfreerdp.md index 7c80654166..792eb33a52 100644 --- a/pages/linux/xfreerdp.md +++ b/pages/linux/xfreerdp.md @@ -10,3 +10,15 @@ - Connect to a FreeRDP server and activate audio output redirection using `sys:alsa` device: `xfreerdp /u:{{username}} /p:{{password}} /v:{{ip_address}} /sound:{{sys:alsa}}` + +- Connect to a FreeRDP server with dynamic resolution: + +`xfreerdp /v:{{ip_address}} /u:{{username}} /p:{{password}} /dynamic-resolution` + +- Connect to a FreeRDP server with clipboard redirection: + +`xfreerdp /v:{{ip_address}} /u:{{username}} /p:{{password}} +clipboard` + +- Connect to a FreeRDP server ignoring any certificate checks: + +`xfreerdp /v:{{ip_address}} /u:{{username}} /p:{{password}} /cert:ignore`