On Wednesday, April 2, 2014 8:56:50 AM UTC-4, John wrote: > > @ Lee: > > Yes, I have just re-read/checked the section "1. From our > workstation/notebook/etc to our servers". > > Given the error when executing the mentioned test task, the section "2. > From our servers to the repository host" is not concerned here (also, the > git repository is located on the production server itself, so no additional > "repository host" and authentication). > > And as mentioned, ssh'ing into this production server has always worked > without any issue... >
This problem has also just popped up for me as well. It appears from my research that there is an issue with net-ssh 2.8.0. 2.7.0 seems to work fine but I have not way to test this since I don't know how to lock capistrano 3.1 into using a different version of net-ssh. In IRB I have verified that if I have net-ssh 2.8.0 installed and trying to use it to connect to my remote CENTOS 6.5 server that I get the same error. But if I uninstall 2.8.0 and install 2.7.0 and connect to that same CENTOS server that I am prompted for my password to connect (since I am not using ssh keys yet). The interesting thing is, if I connect to my localhost (mac os x 10.9), I don't run into this problem with net-ssh 2.8.0. It works as expected. So when I was testing my capistrano code on my localhost I didn't see this problem. The moment I tried to test this on my CENTOS system it didn't work. -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/3a14af84-be02-4354-a58b-0e38a9dc908d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
