# Forge: Deploy Keys Now Supported

DevFeed: [Forge: Deploy Keys Now Supported](<https://devfeed.tech/articles/forge-deploy-keys-now-supported-3656.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-deploy-keys-now-supported>)

Author: James Brooks

Published: 2021-01-25T09:35:00Z

Content type: release

Language: en

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

Topics: [Security](<https://devfeed.tech/topics/security.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [bitbucket](<https://devfeed.tech/topics/bitbucket.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [GitLab](<https://devfeed.tech/topics/gitlab.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>)

Tags: [bitbucket](<https://devfeed.tech/tags/bitbucket.md>), [github](<https://devfeed.tech/tags/github.md>), [gitlab](<https://devfeed.tech/tags/gitlab.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [security](<https://devfeed.tech/tags/security.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

## AI overview

Forge now supports deploy keys, allowing servers to clone or pull only the specific repositories associated with newly created sites. Users can also provision servers without adding their SSH keys to connected source control provider accounts.

## Source excerpt

Forge is used by agencies all over the world to provision servers and deploy sites on behalf of their clients. Currently, when Forge provisions a server, that server's SSH key is added to the SSH key...