CentOS Linux release 7.6.1810 (Core)
GateOne 是一款使用 HTML5 技術編寫的網頁版 SSH 終端模擬器。基于現代的 HTML5 技術,無需任何瀏覽器插件、支持多個 SSH 進程、可以嵌入到其他任意應用程序中、支持使用 JavaScript,Python 甚至純 CSS 編寫的插件、支持 SSH 進程副本,打開多個進程而無需重復輸入密碼、 支持各種服務器端的日志功能,支持 Keberos-based 單點登錄甚至活動目錄、 支持操作日志記錄,具有操作記錄回放功能。
一、安裝
安裝相關依賴
yum -y install python-tornado git
pip install futures
pip install html5lib
gateone安裝
git clone https://github.com/liftoff/GateOne
cd GateOne/
python setup.py install
開機自啟動
systemctl enable gateone
二、配置
直接運行gateone
自動生成配置文件。默認配置為/etc/gateone/conf.d/,一般修改10server.conf
中的兩個選項
- "disable_ssl": true
- "port":80
- "locale": "en_US",
測試
gateone
啟動
systemctl start gateone
查看狀態
systemctl status gateone
福利圖
image.png