fruworg.github.io/content/posts/rdg-from-linux.md

14 lines
424 B
Markdown
Raw Normal View History

2023-10-16 20:06:41 +03:00
---
title: Подключение через RDG с GNU/Lunux
description: wlfreerdp/xfreerdp
2023-10-16 20:09:27 +03:00
date: 2023-10-16T23:06:00+06:00
2023-10-16 20:06:41 +03:00
tags: [linux, windows]
---
## Подключение
2023-12-26 01:34:28 +03:00
2023-10-16 20:06:41 +03:00
Если используешь иксы, то вместо `wlfreerdp` пиши `xfreerdp`:
```bash
2023-10-16 20:07:14 +03:00
wlfreerdp /gu:<username> /u:<username> /gp:<password> /p:<password> /v:<vm-fqdn> /g:<rdg-fqdn> /sound /microphone:sys:alsa,dev:hw:0,0 /f
2023-10-16 20:06:41 +03:00
```