堡垒机
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 #结束进程
减少重复学习,在原来掌握的基础上进行提高。质疑驱动,不断对已经掌握的知识进行质疑。
如果能把已经掌握的东西总结成模式,才是真正掌握了。