Re: Problems with ssh authentication for SVN in RB 1.5.5

2011-07-11 Thread Jay
OK, did some more poking around just to be sure and it looks like that IS the problem. The version of Ubuntu we're using (Hardy LTS) uses paramiko version 1.6.4 even at the latest update. Upgrading to 1.7.7.1 fixed it. On Jul 11, 2:46 pm, Christian Hammond wrote: > Awesome. > > Do you know what v

Re: Problems with ssh authentication for SVN in RB 1.5.5

2011-07-11 Thread Christian Hammond
Awesome. Do you know what version you were using? We can specify a minimum. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Jul 11, 2011 at 2:36 PM, Jay wrote: > Great thanks! > I ran rbssh from the

Re: Problems with ssh authentication for SVN in RB 1.5.5

2011-07-11 Thread Jay
Great thanks! I ran rbssh from the command line for both SVN and a regular connection and got the following: www-data@review:~/reviewboard$ rbssh svnsync@svnmirror Traceback (most recent call last): File "/usr/bin/rbssh", line 8, in load_entry_point('ReviewBoard==1.5.5.dev', 'console_script

Re: Problems with ssh authentication for SVN in RB 1.5.5

2011-07-11 Thread Christian Hammond
Instead of simulating that with ssh, try rbssh. That's our custom SSH wrapper we have to use. It's possible it's broken in some subtle way with your setup. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon