SSH fails with unknown group teleport-system for existing users #13662
Labels
bug
test-plan
A list of tasks required to ship a successful product release.
test-plan-problem
Issues which have been surfaced by running the manual release test plan
Teleport fails to login ssh for existing users when
create_host_user
is set totrue
Example:
ubuntu@teleport1:~$ tsh ssh ubuntu@localhost group: unknown group teleport-system ERROR: ssh: could not start shell
Group added to the user:
Login success when a group is created (it can be created by Teleport when login into an auto-created account) example:
Expected behavior:
Teleport should not fail to log in for existing accounts when
teleport-system
doesn't exist.Bug details:
The text was updated successfully, but these errors were encountered: