測試Gerrit SSH鏈接

測試Gerrit SSH鏈接

Gerrit安裝好以後,咱們須要只有將gerrit上的clone下來,才能進行修改提交,並進行review。git

gerrit支持兩種方式下載代碼:ssh和http。shell

使用ssh的鏈接操做以下:,gerrit網址url爲:http://review.gerritsite.com/ssh

1.本地生成ssh key,並貼到gerrit上。

2.測試連接

公鑰添加到gerrit上以後,就能夠經過ssh命令來測試鏈接,gerrit的ssh默認端口號是29418;若是出現以下內容,表示鏈接成功。
$ ssh -p 29418 sshusername@review.gerritsite.com

    ****    Welcome to Gerrit Code Review    ****

    Hi John Doe, you have successfully connected over SSH.

    Unfortunately, interactive shells are disabled.
    To clone a hosted Git repository, use:

    git clone ssh://sshusername@review.gerritsite.com:29418/REPOSITORY_NAME.git

  Connection to hostname closed.

3.獲取端口信息

經過curl命令,獲取gerrit網站的ssh信息
$ curl http://review.gerritsite.com/ssh_info
review.gerritsite.com 29418
相關文章
相關標籤/搜索