Ajaxを用いたSSHクライアントシステムの提案と実装

書誌事項

タイトル別名
  • Ajax オ モチイタ SSH クライアント システム ノ テイアン ト ジッソウ
  • Proposal and Implementation of SSH Client System Using Ajax
  • ネットワークセキュリティ

この論文をさがす

抄録

ウェブアプリケーションにデスクトップアプリケーションに迫る機能や操作性をもたらすAjaxという技術がある.本研究ではこのAjaxを用いて,OSやJavaの実行環境などに依存しないSSHクライアントシステムの提案と実装を行う.JavaScriptにより,ウェブブラウザ上でSSHパケットを生成し,ウェブサーバにSSHサーバへのTCP通信を代理してもらうことで,エンドツーエンドのSSH通信を実現する.プロトタイプを実装し,動作実験を行ったところ,複数のウェブブラウザと携帯電話で動作することを確認した.このようなシステムを用いることで,インターネットカフェのPCや,任意の携帯電話などからもSSH通信が可能となった.また,処理性能の測定を行い,速度的には十分でないケースもあるが,緊急時などには十分使いうることを確認した.

Ajax is used to make web applications behave as if they are desktop applications. In this paper, we propose and implement SSH client system using Ajax which is independent of OS or Java runtime environment. In our system, SSH packets are generated by JavaScript on a web browser, and a web server acts as proxy to send the packets to SSH server. Thus end-to-end SSH communication is realized by achieving above function. The result of experiment shows that the system is working correctly on web browsers in PCs and mobile-phones. Moreover, the performance in PCs and mobile-phones is measured. The results show that the processing speed is sufficient in an emergency, although it is not sufficient to use regularly in some environment.

収録刊行物

キーワード

詳細情報 詳細情報について

問題の指摘

ページトップへ