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 #結束進程