diff --git a/docs/hosts.md b/docs/hosts.md index 5810b61bb..1c8123741 100644 --- a/docs/hosts.md +++ b/docs/hosts.md @@ -85,7 +85,7 @@ Port of remote ssh server to connect to. Default is `22`. Default is `~/.ssh/config`. :::info Config file -For best practices, avoid storing connection parameters in the `deploy.php file`, as +For best practices, avoid storing connection parameters in the `deploy.php` file, as these can vary based on the deployment execution location. Instead, only include the hostname and remote_user in `deploy.php`, while maintaining other parameters in the `~/.ssh/config` file.