-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
tsh puttyconfig doesn't work if proxy templates are defined #45565
Labels
bug
c-mzz
Internal Customer Reference
server-access
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
Comments
zmb3
added
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
server-access
labels
Aug 16, 2024
rosstimothy
added a commit
that referenced
this issue
Sep 5, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
rosstimothy
added a commit
that referenced
this issue
Sep 5, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
rosstimothy
added a commit
that referenced
this issue
Sep 5, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
rosstimothy
added a commit
that referenced
this issue
Sep 6, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 9, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
github-actions bot
pushed a commit
that referenced
this issue
Sep 9, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
rosstimothy
added a commit
that referenced
this issue
Sep 9, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
rosstimothy
added a commit
that referenced
this issue
Sep 9, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 9, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
mvbrock
pushed a commit
that referenced
this issue
Sep 10, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
rosstimothy
added a commit
that referenced
this issue
Sep 11, 2024
Updates tsh puttyconfig to resolve hosts appropriately if a match is found in the users defined proxy templates. Fixes #45565
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
c-mzz
Internal Customer Reference
server-access
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
Expected behavior:
tsh puttyconfig user@host
works regardless of any proxy templates defined in $TSH_HOME/config/config.yamlCurrent behavior:
If there is a proxy template defined, the hostname provided to
tsh puttyconfig
may be set to "" and result in the following error.tsh puttyconfig foo@bar ERROR: provided hostname does not look like a valid hostname. Make sure it doesn't contain illegal characters.
The text was updated successfully, but these errors were encountered: