언어 설정

Menu
Sites
Language
SSH: interactive shells are disabled

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).

Responses

1 댓글
daniel kim

Hi,

According to this link, it seems that it is default behavir of ssh. so I would suggest you to visit this link.

     https://git-scm.com/book/ch4-4.html

Regards