mRemoteNG / mRemoteNG

mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
https://mRemoteNG.org/
GNU General Public License v2.0
8.92k stars 1.41k forks source link

Use DefaultUsername as environment varible #2467

Open Buliwif opened 1 year ago

Buliwif commented 1 year ago

Hi,

I'm using Mremote with an administration bastion, and a SQL Database to share the hosts list with my colleagues. My bastion force me to use field username to specify target and username, like this :

hosts : MyBastion Username : TargetServer:MyUsername

Is it possible to use the DefaultUsername values, present in Options|Credentials (in the user.config file) like an environme,t variable :

MyUsername Wich would allow me to set connection like : > hosts : MyBastion > Username : TargetServer:%DefaultUsername% Thank You,
Kvarkas commented 1 year ago

thanks, will have a look, in new instance its a local db for settings what could store securely such as userVariables that should allow you to define as you want.