GateOne Web SSH 环境搭建

Posted Mr黄瑞

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GateOne Web SSH 环境搭建相关的知识,希望对你有一定的参考价值。

  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 环境搭建的主要内容,如果未能解决你的问题,请参考以下文章

SSH框架总结(框架分析+环境搭建+实例源码下载) 《转》

SSH框架总结(框架分析+环境搭建+实例源码下载)

ssh整合之四单独搭建struts的运行环境

初学者易上手的SSH-struts2 01环境搭建

spring环境搭建

SSH开发环境搭建