码迷,mamicode.com
首页 > 其他好文 > 详细

GitLab non-standard SSH port

时间:2017-05-16 10:59:18      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:系统配置   flow   比较   standard   rail   port   etc   系统   yml   

/*****************************************************************************
 *                      GitLab non-standard SSH port 
 * 说明:
 *     有时候GitLab Server使用非标准的SSH port,GitLab Web界面上显示出来会比较
 * 方便一点。
 *
 *                                            2017-5-16 台湾 中和区 曾剑锋
 ****************************************************************************/

一、参考文档:
    1. Gitlab with non-standard SSH port (on VM with Iptable forwarding)
        http://stackoverflow.com/questions/18517189/gitlab-with-non-standard-ssh-port-on-vm-with-iptable-forwarding

二、GitLab设定:
    1. 直接修改GitLab设定:
        1. config/gitlab.yml (找不到就用find找一下)
            ssh_port: 766
        2. 重启;
    2. 修改GitLab系统配置:
        1. /etc/gitlab/gitlab.rb
            gitlab_rails[gitlab_shell_ssh_port] = 766
        2. gitlab-ctl reconfigure

 

GitLab non-standard SSH port

标签:系统配置   flow   比较   standard   rail   port   etc   系统   yml   

原文地址:http://www.cnblogs.com/zengjfgit/p/6859826.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!