From c507d1804aa20cfe337201815e70583513adc1c5 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 2 Jul 2014 09:51:17 +0100 Subject: Add link to SO for net-ssh bug --- docs/installing/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installing') diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 98006a012..ce40fab73 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -97,7 +97,7 @@ Next, on your local machine: execute won't work) * still on your local machine, run `cap -S stage=staging deploy:setup` to setup capistrano on the server -If you get an error `SSH::AuthenticationFailed`, and are not prompted for the password of the deployment user, you may have run into a bug in the net-ssh gem version 2.8.0. Try installing version 2.7.0 instead: +If you get an error `SSH::AuthenticationFailed`, and are not prompted for the password of the deployment user, you may have run into [a bug](http://stackoverflow.com/questions/21560297/capistrano-sshauthenticationfailed-not-prompting-for-password) in the net-ssh gem version 2.8.0. Try installing version 2.7.0 instead: `gem uninstall net-ssh` -- cgit v1.2.3