We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a very simple setup: Teleport running on localhost (called luna). It has one user ekontsevoy which is authorized to login as ekontsevoy.
luna
ekontsevoy
When I click on ekontsevoy button, it works. But if I type ekontsevoy@luna into that form - I get "access denied".
ekontsevoy@luna
Basically the web-based login-via-editbox stopped working.
The text was updated successfully, but these errors were encountered:
Ok, it appears that a user must supply the port number for this to work, i.e. :3022 must be appended to the end.
:3022
This still needs to be fixed, since nowhere we require the user to provide the port number. i.e. see below
22
Sorry, something went wrong.
Connect: Tell fpm to not use symlinks when building the rpm package (#…
cb9808d
…1407) (#1410) Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
russjones
alex-kovoy
Successfully merging a pull request may close this issue.
I have a very simple setup: Teleport running on localhost (called
luna
). It has one userekontsevoy
which is authorized to login asekontsevoy
.When I click on
ekontsevoy
button, it works.But if I type
ekontsevoy@luna
into that form - I get "access denied".Basically the web-based login-via-editbox stopped working.
The text was updated successfully, but these errors were encountered: