堡垒机

Gate One

Gate One是一款基于html5实现的ssh客户端,https://github.com/liftoff/GateOne

http://www.oschina.net/p/sshwebproxy

http://blog.csdn.net/liukeforever/article/details/5961392

Web版SSH客户端Ajaxterm安装

http://www.rschome.com/html/2012-09-08/243.html

http://wuliangxx.iteye.com/blog/600113

https://github.com/antonylesuisse/qweb/tree/master/ajaxterm

Shellinabox

 

http://www.centoscn.com/image-text/install/2013/0817/1305.html

useradd -o -u 0 -g 0  username

passwd username

1、shellinabox安装

wget http://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz
tar -zxvf shellinabox-2.10.tar.gz
cd shellinabox-2.10
./configure --prefix=/usr/local/shellinabox
make && make install

  2、shellinabox试启动

/usr/local/shellinabox/bin/shellinaboxd
/usr/local/shellinabox/bin/shellinaboxd -b -t
#-b选项代表在后台启动,-t选项表示不使用https方式启动,默认以nobody用户身份,监听TCP4200端口
netstat -ntpl |grep shell
#查看shellinabox启用的端口
killall  shellinaboxd
#结束进程

posted on 2014-01-13 12:22  关攀攀  阅读(323)  评论(0)    收藏  举报

导航