This is my situation:
- I have added a new group to my user.
- I have verified
/etc/groupis properly set up. - If I do
su - myuserthe group is shown withid -a - But login-out and login-in again (via
ssh) does not reload the group:id -adoes 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 notmuxrunning. - It could be that this is related to ssh connection sharing.
Comments
Post a Comment