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

SSH login via web UI does not work #1410

Closed
kontsevoy opened this issue Oct 16, 2017 · 1 comment · Fixed by #1412
Closed

SSH login via web UI does not work #1410

kontsevoy opened this issue Oct 16, 2017 · 1 comment · Fixed by #1412
Assignees
Milestone

Comments

@kontsevoy
Copy link
Contributor

I have a very simple setup: Teleport running on localhost (called luna). It has one user ekontsevoy which is authorized to login as ekontsevoy.

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.

@kontsevoy kontsevoy added the P0 label Oct 16, 2017
@kontsevoy kontsevoy added this to the 2.3.5 milestone Oct 16, 2017
@kontsevoy
Copy link
Contributor Author

Ok, it appears that a user must supply the port number for this to work, i.e. :3022 must be appended to the end.

This still needs to be fixed, since nowhere we require the user to provide the port number. i.e. see below

Solution

  1. If a server is found in our list of servers, the web UI must use the port specified in the server config.
  2. If the server is not present in the list of servers (say, some IP) then the UI should default to port 22 (OpenSSH node)

hatched pushed a commit that referenced this issue Jan 30, 2023
…1407) (#1410)

Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants