Skip to content

Commit

Permalink
Added a note about missing ssh-option. Fixes issue deployphp/deployer… (
Browse files Browse the repository at this point in the history
#3520)

* Added a note about missing ssh-option. Fixes issue #2908

* Slight wording update

---------

Co-authored-by: Manu <manuel.grauwiler@transformatik.ch>
  • Loading branch information
HereticPilgrim and Manu authored Mar 1, 2023
1 parent 2ac3b89 commit e0b59ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ Ssh to the host, for example, for editing _.env_ file:
dep ssh
```

:::tip
If your webserver is using OpenSSH version older than v7.6, updating the code may fail with the error
message `unsupported option "accept-new".` In this case, override the Git SSH command with:
```php
set('git_ssh_command', 'ssh');
```
:::

After everything is configured properly we can resume our deployment from the
place it stopped. However, this is not required; we can just start a new deploy:

Expand Down

0 comments on commit e0b59ec

Please sign in to comment.