![]() |
Security: preventing account A from seeing account B
I have a server that up until now only been used for my own accounts. I am going to allow a friend to host an account, and I am rsearching how to prevent account A from seeing account B. He is a good friend so I'm not worried for him, I'm just thinking if he lets a webmaster access his account...
Suggestions? Apache issues? PHP issues? SSH issues? FTP? |
Just set up an FTP account for him that goes to his home folder and nowhere higher.
|
Talk to your server admin about "chrooted FTP". Most FTP servers can be set where you see only your own files.
Other than that, assume he can use PHP to SEE your files (but then he can see most of them in a browser anyway.) Any sensitive information stored on the server should be properly encrypted or hashed. To prevent someone with an account seeing your files through their PHP script requires a bit more complex setup than I want to detail here, and it creates very significant new security problems the way most people do it, so the "short version" would be dangerous. The key is to create two NEW users - you_apache and him_apache. Your scripts would be set to run as you_apache and his would be set to run as him_apache. |
set him up in a chrooted ssh jail.
config so 'ps' etc will only show his own running processes |
All times are GMT -7. The time now is 08:40 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123