# Connect to your Forge server using SSH or SFTP

DevFeed: [Connect to your Forge server using SSH or SFTP](<https://devfeed.tech/articles/connect-to-your-forge-server-using-ssh-or-sftp-3650.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-connect-to-your-server-using-ssh-or-sftp>)

Author: Mohamed Said

Published: 2019-02-07T18:27:00Z

Content type: tutorial

Language: en

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

Topics: [OpenSSH](<https://devfeed.tech/topics/openssh.md>)

Tags: [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [server](<https://devfeed.tech/tags/server.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

## AI overview

A tutorial for accessing Laravel Forge server files through SSH or SFTP by adding a machine's public key and configuring an SFTP client.

## Source excerpt

Using Laravel Forge you can easily configure push-to-deploy to your sites, you can also manually deploy from the dashboard. However, sometimes you wish to access your sites' files directly using SSH o...