登录VPS应用Xshell,Putty客户端,自然这边指的是Windows电脑的用户,不外仿佛在MAC电脑上登录有点烦劳,局部手机也欠好操纵,这边就必要应用到本文绍介的WebSSH客户端了,能够径直在阅读器里翻开应用,偶然候仍是挺便宜的。
截图
安装
1、安装NPM
教程检察:Debian/Ubuntu/CentOS安装最新版的Node.js和NPM教程
2、安装Webssh2
apt-get -y install git #debian/ubuntu体系
yum -y install git #centos体系
git clone https://github.com/billchurch/WebSSH2
cd WebSSH2
npm install --production
3、运转Webssh2
这边必要应用到screen,让Webssh2顺序在后盾一向运转便可。
应用号令:
yum install screen #centos体系
apt-get install screen #debian/ubuntu体系
screen -S Webssh2
cd WebSSH2
npm start
然后在阅读器翻开http://IP:Port/ssh/host/IP便可应用。也能够经过修正config.json中的listen.port修正端口。
网友评论