GateOne是一款不錯的webshell,至於為什么在有了xshell等很多客戶端模式的軟件以后,還需要web形式的,很多人已經給出了比較詳細的答案,可以去百度一下。本文是在全新的centos7環境下對GateOne安裝調試運行,步驟如下:
1.全新的centos7環境下需要安裝pip
sudo yum -y install epel-release
sudo yum -y install python-pip
2.下載GateOne
wget https://github.com/liftoff/GateOne/archive/master.zip
3.解壓
unzip master.zip -d/opt
4.安裝所需要的模塊
將pip更新到最新:pip install --upgrade pip
安裝tornado框架:pip install tornado
將setuptools升級:pip install --upgrade setuptools
安裝html5lib: pip install html5lib
5.安裝GateOne
進入GateOne目錄:cd /opt/GateOne-master
安裝GateOne:python setip.py install
6.啟動
關閉防火牆:systemctl stop firewalld.service
啟動:python run_gateone.py
訪問:https:ip:10443