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

[v14] Default desktop port to 3389 if not specified #35343

Merged
merged 1 commit into from Dec 5, 2023

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Dec 4, 2023

Backport #35304 to branch/v14

changelog: Desktop connections default to RDP port 3389 if not otherwise specified.

When specifying hosts in the config file, Teleport
will automatically set the port to 3389 if it is
not otherwise specified. This behavior is different
with tctl or our API - in these cases, we don't
default to the correct port, and attempts to connect
to these desktops will fail.

We now parse the desktop addr at connect time and
set the port if it is not provided.

Closes #31646
Copy link

github-actions bot commented Dec 4, 2023

The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with changelog: followed by the changelog entries for the PR.

@zmb3 zmb3 enabled auto-merge December 4, 2023 23:43
@zmb3 zmb3 added this pull request to the merge queue Dec 5, 2023
Merged via the queue into branch/v14 with commit 8ce6dab Dec 5, 2023
26 of 27 checks passed
@zmb3 zmb3 deleted the bot/backport-35304-branch/v14 branch December 5, 2023 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants