GateOne Web SSH 环境搭建
生活随笔
收集整理的這篇文章主要介紹了
GateOne Web SSH 环境搭建
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
安裝python及tornado
yum -y install python-pip
pip install tornado
下載源碼:
git clone https://github.com/liftoff/GateOne.git
安裝:
cd GateOne
python setup.py install --prefix=/usr/local/
vim /etc/gateone/conf.d/10server.conf
// 默認false, 修改為true, 關(guān)閉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
systemctl restart gateone
chkconfig gateone on
URL:https://ip_addr:port/?ssh=ssh://hostname@host_ipaddr
eg:http://10.10.31.13?ssh=ssh://pi@10.10.31.13
無法使用vim編輯器,ESC無反應(yīng)
轉(zhuǎn)載于:https://www.cnblogs.com/Mrhuangrui/p/8306428.html
總結(jié)
以上是生活随笔為你收集整理的GateOne Web SSH 环境搭建的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关于编辑器对input标签报错提示“表单
- 下一篇: php做投票题目