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

RDP File Download and Edit Issue #69

Open
suryasuryas opened this issue Apr 17, 2023 · 2 comments
Open

RDP File Download and Edit Issue #69

suryasuryas opened this issue Apr 17, 2023 · 2 comments

Comments

@suryasuryas
Copy link

suryasuryas commented Apr 17, 2023

Hi @bolkedebruin, I'm having trouble figuring this out—can you help me?

  1. I have two people, and one person connects to one computer and the second person connects to a different computer.
    How can I download the RDP file for a specific host intended for a particular person?

  2. Whenever I try to edit an already downloaded RDP file to connect to the other computer, I receive the following error message:
    image
    I also tried adding the line "HostSelection: any" to the rdpgw.yaml file, but it gave me an error saying "invalid query parameter."
    Can you help me solve this?

@bstaeheli
Copy link

Hi @suryasuryas

Your users can open a connection to a specific RD-Host directly with the host parameter on the connection uri: https://rdpgw/connect?host=172.18.1.1

I didn't found any documentation about it, but i saw it on the Issue #70

@bigbenz8
Copy link

bigbenz8 commented Jan 9, 2024

Hi @suryasuryas

Your users can open a connection to a specific RD-Host directly with the host parameter on the connection uri: https://rdpgw/connect?host=172.18.1.1

I didn't found any documentation about it, but i saw it on the Issue #70

I've used this method to get the .rd configuration, and after several tests I've found that the generated host address is still random. Then I added HostSelection: signed to the configuration file (rdpgw.yaml) and this configuration option asked me to add another configuration option (querytokensigningkey, but I don't know how to add this selection correctly) and so far it still hasn't been configured and running successfully.

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

3 participants