This is my situation:
- I have added a new group to my user.
- I have verified
/etc/group
is properly set up. - If I do
su - myuser
the group is shown withid -a
- But login-out and login-in again (via
ssh
) does not reload the group:id -a
does not show the new group
It is as the SSH connection was reusing some process with the old group settings.
What could this be?
Additional info:
- I am using
tmux
, but on the client. The server where I am sshing to (and where I am changing the groups), has notmux
running. - It could be that this is related to ssh connection sharing.
Comments
Post a Comment