Tagged Questions
0
votes
0answers
69 views
setup a global variable in user chroot environment provided by sshd_config
When my users login to my server, they are chrooted to a folder through this config:
Match Group chroot
ChrootDirectory /usr/lib/sshchroot/chroot/
I want when each user login a program outside ...
0
votes
1answer
359 views
Changes to user's home directory not updating
I've just made changes to a user's home directory (using usermod -d) - but I'm still going to the old directory when I login (via sftp).
Do I need to restart a user service to pick up these changes?
...