Will a user without access permission bypass access control in web terminal? #5714
-
For my understanding, But in https://github.com/gravitational/teleport/blob/master/lib/web/terminal.go#L111 It seems that the logic doesn't respect the result of eg: even if a user have an empty node list, the code will still run to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Teleport's access control is based on the client certificates, even if someone was to learn the name of the host, they won't be able to access the server because they will get rejected on the SSH level. In this sense, Web SSH is just another client to the target node. |
Beta Was this translation helpful? Give feedback.
Teleport's access control is based on the client certificates, even if someone was to learn the name of the host, they won't be able to access the server because they will get rejected on the SSH level. In this sense, Web SSH is just another client to the target node.