Gate Onehtml
Gate One是一款基于html5实现的ssh客户端,https://github.com/liftoff/GateOnehtml5
http://www.oschina.net/p/sshwebproxygit
http://blog.csdn.net/liukeforever/article/details/5961392github
http://www.rschome.com/html/2012-09-08/243.htmlweb
http://wuliangxx.iteye.com/blog/600113ajax
https://github.com/antonylesuisse/qweb/tree/master/ajaxtermshell
Shellinaboxcentos
http://www.centoscn.com/image-text/install/2013/0817/1305.htmlbash
useradd -o -u 0 -g 0 usernamessh
passwd username
一、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
二、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 #结束进程