使用浏览器访问 Linux 终端:wssh

jopen 9年前

wssh 可以让我们通过 HTTP 来调用远程的一个 shell,也就是说我们可以用浏览器来访问某个 Linux 服务器/虚拟机的终端(只要这个服务器上运行了 wsshd 服务器端)。wssh 客户端通过 ssh 帐号连接到 wsshd 服务器端。wssh 更多的是当作库来开发一些应用,比如开发云计算、虚拟机后台控制面板的虚拟机控制台等等。

Usage

Even though wssh primary purpose is to be used as a library in your applications, it ships with two command line tools: wsshd (the server) and wssh (the client).

$ wsshd   wsshd/0.1.0 running on 0.0.0.0:5000
$ wssh aluzzardi@mba -p  Password:   Last login: Mon Jul 23 23:20:27 2012 from localhost  aluzzardi@mba:~$ 

Web Interface

wsshd provides a web interface giving you access to a Javascript client

使用浏览器访问 Linux 终端:wssh

使用浏览器访问 Linux 终端:wssh

项目主页:http://www.open-open.com/lib/view/home/1418872293058