Re: rbssh *really* slow

2015-10-16 Thread Christian Hammond
Hi, Just an FYI, we don't support this configuration in any way. For a variety of reasons, Review Board expects to use our rbssh, and not OpenSSH. If things are unusually slow, that's worth investigating (I'd need to see logs), but if anyone wants to go this route, just don't be surprised if

Re: rbssh *really* slow

2015-10-14 Thread vlad . romascanu
Replace the contents of /usr/bin/rbssh with the following: #!/bin/sh EXTRA_OPTS="-o UserKnownHostsFile=$HOME/.ssh/known_hosts -o ForwardX11=no -o LogLevel=ERROR" # see https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing EXTRA_OPTS="-o ControlPath=/tmp/master-%r@%h:%p -o

rbssh *really* slow

2012-01-20 Thread Alexandru Palade
I had set up a ReviewBoard server with a subversion deployment via svnserve and ssh. They are both on the same server. Everything is working OK, minus the fact that is running incredibly slow. The VPS I'm running on is a cheap one, so I don't have big expectations from it, but I encountered