首页 > 代码库 > shellinabox网页版的putty

shellinabox网页版的putty

  1. shellinabox 可以在网页上访问控制服务器

  2. 安装wget http://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz
    #tar -zxvf shellinabox-2.10.tar.gz

    #cd shellinabox

    #./configure --preifx=/usr/local/shellinabox

    #make&&make install

  3. 默认监听的端口是4200

  4. 关闭防火墙或者添加例外,systemctl stop firewalld.service

  5. 开启软件用/usr/local/shellinabox/bin/shellinaboxd &

  6. 浏览器输入: localhost:4200即可访问。

    注意:一般不支持用root账户登陆,所以要用其他账户登。

    http://pan.baidu.com/s/1mgBjBz6

本文出自 “血爪哇” 博客,请务必保留此出处http://sunrain990.blog.51cto.com/3700585/1547615

shellinabox网页版的putty