首页 > 代码库 > GitLab non-standard SSH port
GitLab non-standard SSH port
/***************************************************************************** * 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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。