web版的tty
阿新 • • 發佈:2017-08-13
ins 克隆 col 啟動 git clone aliyun node x86_64 logs
1、wetty
Wetty是使用Node.js和websockets開發的一個開源`Web-based SSH`
2、環境配置
2.1、配置epel源
1 [epel] 2 name=epel 3 baseurl=https://mirrors.aliyun.com/epel/7Server/x86_64/ 4 gpgcheck=0
2.2、安裝依賴關系
1 yum install git nodejs npm
2.3、克隆下載程序包
1 git clone https://github.com/krishnasrinivas/wetty 2 cd wetty 3 npm install
2.4、配置https證書
1 openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365 -nodes
2.5、使用Https啟動wetty
1 node app.js --sslkey key.pem --sslcert cert.pem -p 8001
註意:端口可以隨意指定
2.6、瀏覽器訪問web版tty1 iptables -F 2 https://172.17.0.9:8001
web版的tty