Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
810 stars 188 forks source link

Proper way for RDP menu with 2 options #616

Open versus2 opened 3 years ago

versus2 commented 3 years ago

I want to be asked for a choice between 2 different servers (to which 2 different users connect) I want all fields populated except the password. What is the proper way of doing it with RDP dialogue box only? I've tried this and it went to Thinstation GUI

FREERDP_SELECT_SERVER = On FREERDP_SERVER_0 = "Server 1" FREERDP_SERVER_1 = "Server 2"

SESSION_0_TITLE = "Server 1" SESSION_0_TYPE = freerdp SESSION_0_FREERDP_SERVER = 192.168.0.11 SESSION_0_FREERDP_USER = "User1" SESSION_0_FREERDP_OPTIONS = "-cert-ignore" SESSION_0_AUTOSTART = On

SESSION_1_TITLE = "Server 2" SESSION_1_TYPE = freerdp SESSION_1_FREERDP_SERVER = 192.168.0.12 SESSION_1_FREERDP_USER = "User2" SESSION_1_FREERDP_OPTIONS = "-cert-ignore" SESSION_1_AUTOSTART = On