diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-01 15:52:33 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-16 11:52:52 +0100 |
commit | e9c500b02ed79bba91667ad6442ccf0b13490836 (patch) | |
tree | 92c96b19655df7bae5c2eae1251cc5e59ef75143 /docs/installing | |
parent | 17c13f23087765549e408b33fe60d9c07431076e (diff) |
Add note on broken net-ssh version
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index c71c987bb..c86aa13e7 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -92,6 +92,12 @@ 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: + + `gem uninstall net-ssh` + + `gem install net-ssh -v 2.7.0` + Back on the server: * copy the following config files from the temporary copy of Alaveteli you made at |