码迷,mamicode.com
首页 > Web开发 > 详细

GateOne Web SSH 环境搭建

时间:2018-01-17 22:30:42      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:systemctl   环境   bsp   conf   tps   host   class   port   ssl   

  1. 环境配置
    安装python及tornado
    yum -y install python-pip
    pip install tornado
  2. GateOne安装
    下载源码:
    git clone https://github.com/liftoff/GateOne.git
    安装:
    cd GateOne
    python setup.py install --prefix=/usr/local/
  3. 配置
    vim /etc/gateone/conf.d/10server.conf
    // 默认false, 修改为true, 关闭https
    "disable_ssl": true, 
    // 加入localhost:8080 允许localhost:8080访问GateOne
    "origins": ["localhost:8080", "localhost", "127.0.0.1", "Jerry_dev"],
    // 端口号默认是443,修改为80
    "port": 80,
    访问验证配置
     vim /etc/gateone/conf.d/20authentication.conf
  4. 启动
    systemctl restart gateone
    chkconfig gateone on

GateOne Web SSH 环境搭建

标签:systemctl   环境   bsp   conf   tps   host   class   port   ssl   

原文地址:https://www.cnblogs.com/Mrhuangrui/p/8306428.html

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