문제

I have a linux web server in which I have multiple web sites. I have 5 website programmers now doing the coding for all the sites. How can I provide a key-based authentication for the programmers in such a way that they have access only to /home folder ? They should be able to access only all the files inside /home and able to modify it.

도움이 되었습니까?

해결책

What you are referring to is 'jailing' your users to their home directories. This normally is not done by way of SSH, it's done using chroot. See http://en.wikipedia.org/wiki/Chroot for more info.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top