# Forge: User Isolation

DevFeed: [Forge: User Isolation](<https://devfeed.tech/articles/forge-user-isolation-3693.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-user-isolation>)

Author: Taylor Otwell

Published: 2019-11-05T14:51:00Z

Content type: news

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [feature](<https://devfeed.tech/tags/feature.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [server](<https://devfeed.tech/tags/server.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

## AI overview

Laravel Forge now supports user isolation, allowing multiple sites on the same server to run under separate Linux users. Site-specific SSH keys can grant SSH and SFTP access to a designated directory without access to other sites.

## Source excerpt

Today on Forge, thanks to the work of Laravel staff member James Brooks, we're proud to announce support for user isolation. In short, this means you can run sites on the same server using separate Li...