web版的tty

时间:2021-02-18 06:30:55
 
1、wetty
Wetty是使用Node.js和websockets开发的一个开源`Web-based SSH`
2、环境配置
2.1、配置epel源
 [epel]
name=epel
baseurl=https://mirrors.aliyun.com/epel/7Server/x86_64/
gpgcheck=

2.2、安装依赖关系

 yum install git nodejs npm

2.3、克隆下载程序包

 git clone https://github.com/krishnasrinivas/wetty
cd wetty
npm install

2.4、配置https证书

 openssl req -x509 -newkey rsa: -keyout key.pem -out cert.pem -days  -nodes

2.5、使用Https启动wetty

 node app.js --sslkey key.pem --sslcert cert.pem -p 

注意:端口可以随意指定

2.6、浏览器访问web版tty
 iptables -F
https://172.17.0.9:8001