OS/Linux
[Linux] 사용자 루트 폴더 격리
HoZang
2024. 9. 12. 12:09
[Linux] 사용자 루트 폴더 격리
https://help.ishosting.com/en/how-to-restrict-ssh-user-access-to-a-specific-directory
How to Restrict SSH User Access to a Specific Directory?
There are many reasons for granting user permissions only to certain directories, especially for web servers. But the main reason is security. You can use chroot (change root) to restrict user access
help.ishosting.com
https://www.tecmint.com/restrict-ssh-user-to-directory-using-chrooted-jail/
Restrict SSH User Access to Home Directory Using Chrooted Jail
In this article, we will explain to you how to restrict SSH user access to a specific directory using chrooted jail in Linux systems.
www.tecmint.com