I configure ssh for gerrit access acording to the instructions. But when I try to check the configuration I get the following result:
$ ssh tizen **** Welcome to Gerrit Code Review ****
Hi Maxim Blumental, you have successfully connected over SSH. Unfortunately, interactive shells are disabled. To clone a hosted Git repository, use: git clone ssh://blumental@review.tizen.org:29418/REPOSITORY_NAME.git
How can I enable the "interactive shells"? The reason why I care is that I experience some problems with cloning All projects. Specifically, when I type in "$ repo init ..." the command runs for a while after which it suspends and doesn't stop ("$ ps aux" shows that its idle and sdoesn't finish).