mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #578] RD gateway not possible in mstsc mode #2387
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andy1463 on GitHub (Nov 27, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/578
Originally assigned to: @VShawn on GitHub.
Describe the bug
If you check mstsc mode it is not possible to add settings for RD gateway
To Reproduce
Expected behavior
Should be possible to use RD gateway in mstsc mode
Screenshots

Desktop (please complete the following information):
@VShawn commented on GitHub (Nov 28, 2023):
Hi.
During the development, I found only four properties related to the gateway in the
.rdpfile document: https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-filesThese properties are unrelated to the gateway account/password, which means I cannot set the gateway's account password. Since I don't have a gateway for further testing, I decided to remove the gateway functionality from the mstsc mode at that time.
And as you can see, we are also not able to set gateway account and password from mstsc.exe UI.
If you are interested, you can help me improve the mstsc mode by finding a way to set the gateway account password.
@andy1463 commented on GitHub (Nov 28, 2023):
Hello,
I will try to find out some helpful information.