Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Protocol in URL link #358

Open
aidar666 opened this issue Feb 3, 2023 · 2 comments
Open

Security Protocol in URL link #358

aidar666 opened this issue Feb 3, 2023 · 2 comments

Comments

@aidar666
Copy link

aidar666 commented Feb 3, 2023

Hey, Myrtille is an amazing thing, realy thankful for it. Im testing it right now and didnt found how to set security protocol value in URL link.
When I use the login page and set only server name and security protocol = RDP it works and I see the OS login page. But I cant use this security option by using URL link. Im trying to do web admin tool for like 200+servers across whole country with no ability to use domain or set same login\password on all of them, so I need an option when I can use URL with server and port already known but without login and password so I will input it on OS login page.
Sorry for bothering but can you tell how to set security option via URL or make it = RDP by default?

@aidar666
Copy link
Author

aidar666 commented Feb 3, 2023

I just made .exe to redirect commandline with hardcore adding /sec:rdp key to Myrtille.RDP.exe so my URL links work, but will be happy if security key in URL links will come out some day, thanks again =)

@cedrozor
Copy link
Owner

cedrozor commented Sep 9, 2023

Hi, you can set "&securityProtocol=" into URL with one of the following values (0..4):

                    <select runat="server" id="securityProtocol" title="NLA = safest, RDP = backward compatibility (if the server doesn't enforce NLA) and interactive logon (leave user and password empty); AUTO for Hyper-V VM or if not sure">
                        <option value="0" selected="selected">AUTO</option>
                        <option value="1">RDP</option>
                        <option value="2">TLS</option>
                        <option value="3">NLA</option>
                        <option value="4">NLA-EXT</option>
                    </select>

So, "&securityProtocol=1" for RDP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants