大家好,欢迎来到IT知识分享网。
一、web_ssh版本安装使用
web_ssh源码:https://github.com/shellinabox/shellinabox
1)安装依赖包
yum install git openssl-devel pam-devel zlib-devel autoconf automake libtool
2)github下载源码
git clone https://github.com/shellinabox/shellinabox.git && cd shellinabox
3)执行操作
autoreconf -i
4)编译安装
./configure --prefix=/usr/local/shellnabox make && make install
5)启动
[root@jenkens bin]# /usr/local/shellnabox/bin/shellinaboxd [ssl] Cannot read valid certificate from "certificate.pem"! Check file permissions and file format. 该错误是需要和ssl结合使用,更安全 [root@jenkens bin]# /usr/local/shellnabox/bin/shellinaboxd -t 忽略ssl启动 在新窗口执行 [root@jenkens ~]# netstat -lntup|grep 4200 tcp 0 0 0.0.0.0:4200 0.0.0.0:* LISTEN 6429/shellinaboxd [root@jenkens bin]# /usr/local/shellnabox/bin/shellinaboxd -t -b 后台启动
网页打开,注意防火墙问题
特别强调。root账号不支持登陆
转载于:https://www.cnblogs.com/linu/p/9894877.html
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://haidsoft.com/158400.html