web ssh vnc备忘录
1.web ssh shellinabox (相关关键字 tmux )
参考地址:http://en.wikipedia.org/wiki/Web-based_SSH
https://code.google.com/p/shellinabox/wiki/shellinaboxd_man
http://rxtx.posterous.com/shellinabox-on-ubuntu-804
hacking the code
shellinabox/service.c (line 150)
//"-oVisualHostKey=no -oLogLevel=QUIET %%s@%s", host);
"-oLogLevel=QUIET %%s@%s", host);
./configure && make
./shellinaboxd --port=5678
chrome 截图
其他:毕竟是c写的 比ajaxterm要快 gateone 看着太tm花哨了 没整明白 emacs 就不要再这个下面用了 用vim
2 web vnc Guacamole (相关关键字 codelite)
请先参照如下安装vnc http://www.wincold.com/archives/154.html
参考地址:http://guac-dev.org/ 下载
http://guac-dev.org/Debian%20Install%20Instructions 安装
http://guac-dev.org/Configuring%20Guacamole 配置
(配置文件说明:
1.authorize 只配置一个就行
2.port 为你已经建立的vnc session 端口号 比如 5901
3.vncpasswd 为vnc 的密码
)
chrome 截图
其他:java 实现 有点小卡现象 和上面web ssh 视网络情况选择
完