cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

Configuration file for RDP connections #343

Open mkjpryor opened 2 years ago

mkjpryor commented 2 years ago

I am running Myrtille behind an authenticating proxy to control access to a limited set of Windows boxes, where every authenticated user is permitted to access all of the boxes. It would be great to be able to have a configuration file that allowed me as the operator to specify those RDP connections in advance.

I already do something similar for Linux boxes using Guacamole, which already has this feature. However although Guacamole supports RDP, for my use case I need the RDP gateway to run on Windows which is why I’m looking at Myrtille.

sashaqwert commented 2 years ago

Great idea. In fact, this is a sub-"Enterprise mode", which allows you to connect only to servers from the list, but with arbitrary credentials (without Active Directory).

p.s. This is already here. You just need to enter "Host management". You can make a list there, but it's useless, because there is no parameter that prohibits connections to other servers. Also, this list is only visible to the admin user, which makes this pointless...

p.p.s: There is no button in "Host management" to change password. It is available in the web interface only at the first login...

mkjpryor commented 2 years ago

@sashaqwert Is there a way to populate the "Host management" section from a config file, or at least not using the UI? That would probably be sufficient for me.