mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Indicate how to add github.com to the list of server known hosts.
This commit is contained in:
parent
b418e39f74
commit
7e5ebe65e0
1 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,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…
Add table
Reference in a new issue