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

Teleport session picks wrong group #2669

Closed
russjones opened this issue Apr 22, 2019 · 0 comments · Fixed by #2791
Closed

Teleport session picks wrong group #2669

russjones opened this issue Apr 22, 2019 · 0 comments · Fixed by #2791
Milestone

Comments

@russjones
Copy link
Contributor

russjones commented Apr 22, 2019

When logging in as root the shell is started with the same group as the Teleport daemon as opposed to root’s /etc/passwd GID.

$ tsh ssh [email protected]
$ id
uid=0(root) gid=507(teleport) groups=507(teleport)
$ head -1 /etc/passwd
root:x:0:0:root:/root:/bin/bash
$ ps ax o user,group,pid,cmd|grep teleport-ent
root     teleport 27687 /opt/teleport-ent/teleport start ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants