Super-Easy to use WEBSSH (support key login)

Source: Internet
Author: User
WEBSSH Project Address: https://github.com/billchurch/WebSSH2

Installing WEBSSH

cd /usr/local/git clone https://github.com/billchurch/WebSSH2.gitcd WebSSH2/npm install --production
Modify the Webssh source to enable it to support key login
vim /usr/local/WebSSH2/server/socket.js#文件开头添加var fs = require(‘fs‘);#修改 conn.connect 方法username: ‘root‘,privateKey: fs.readFileSync(‘/root/.ssh/id_rsa‘),
Start Webssh
cd /usr/local/WebSSH2/npm start
Friendly Tips
由于可以登录很多服务器,,该服务器必须做好安全防护.

Super-Easy to use WEBSSH (support key login)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.