# Mount SSH / SSHFS / SFTP

``` bash
sudo sshfs -o uid=1000 -o gid=1000 -o allow_other user@remotehost:/path/to/folder/ /path/to/local/dir
```