使用瀏覽器訪問 Linux 終端:wssh
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
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!