diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-02 09:51:17 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-16 11:52:53 +0100 |
commit | c507d1804aa20cfe337201815e70583513adc1c5 (patch) | |
tree | 6a97380a848d6bf80b5cba57dc6dc9750df75469 /docs/installing | |
parent | 19d56f750d5d7d95f891b445d31fe566216e09c8 (diff) |
Add link to SO for net-ssh bug
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
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` |