1
0
Fork 0
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:
Lee Hambley 2013-12-28 01:21:17 -08:00
commit 1026e3ce4c

View file

@ -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 %}