码迷,mamicode.com
首页 > 系统相关 > 详细

linux 修改 ssh 的端口号,启动hg服务

时间:2014-09-19 10:05:55      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:style   color   ar   div   art   sp   on   c   linux   

  • 修改 ssh 的端口号
# vim /etc/ssh/sshd_config 
将其中的 Port 改为 想要修改的端口号。
# service sshd restart
 
  • 启动hg服务
# hg serve --port PORT_NUM --web-conf hg.conf_FULL_PATH -d 
 
hg.conf_FULL_PATH 的内容
[paths]
/your_hg_repo = /home/user_name/hgRepo/your_hg_repo
~/.hgrc 的内容
[web]
push_ssl = False
allow_push = *

[ui]
username = YOUR_NAME



 

linux 修改 ssh 的端口号,启动hg服务

标签:style   color   ar   div   art   sp   on   c   linux   

原文地址:http://www.cnblogs.com/caoyang/p/32450189dcf01b816cfb7206128b37a3.html

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