mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #60 from Florent2/patch-1
Indicate how to add github.com to the list of server known hosts.
This commit is contained in:
commit
1026e3ce4c
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,10 @@ exact same check that Capistrano does internally before attempting to deploy.
|
|||
The `-A` option may, or may not be required on your system, it's worth trying
|
||||
it both ways just to know how your system treats agent forwarding by default.
|
||||
|
||||
If you get the error "host key verification failed." log in into your server
|
||||
and run as the deploy user the command `ssh git@github.com` to add github.com
|
||||
to the list of known hosts.
|
||||
|
||||
From the SSH documentation:
|
||||
|
||||
{% prism bash %}
|
||||
|
|
Loading…
Reference in a new issue