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
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.
/etc/passwd
$ 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 ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: