How to SSH from your Windows Mobile Smartphone SSHをどのようにして携帯電話からスマートフォン

by Ross McKillop on July 12, 2008 ロスmckillop 上で 2008年7月12日

携帯電話

This tutorial will guide you through setting up and using MidpSSH, an open source (free) SSH and telnet client for Java-capable cellphones and other mobile devices.このチュートリアルでは、ガイドを介してmidpsshを設定および使用して、オープンソース(無料) sshとtelnetクライアントfor Javaの携帯電話や携帯デバイスに対応します。

SSHセッションで携帯電話

  1. First up - head over to最初のアップ-頭以上に the MidpSSH download pageダウンロードページのmidpssh and downloading the latest stable version.と、最新の安定版をダウンロードします。 You can also visit訪問することもできます。 http://xk72.com/wap in your mobile browser and install it that way.ご利用の携帯電話のブラウザにしてインストールしてしてくれます。
  2. During the installation if you get a “This MIDlet is not trusted” message, click Yes to install anyway.のインストール中に取得する場合に"このMIDletの信頼関係ではない"というメッセージが表示をクリックし、 [ はい]をインストールするとにかくです。
  3. Once the installation has completed, MidpSSH will be listed in your Java Apps panel.一度のインストールが完了したら、 midpsshされるJavaアプリパネルに記載されています。 Select it, then click it to launch.を選択し、それを起動する]をクリックします。 And by “click it” I mean use whatever button on your phone it is that opens files etc.とし"それをクリックして"私どんなボタンをお使いの携帯電話の使用を意味それはポップアップファイル等
  4. You’ll be presented with the MidpSSH menu. midpsshするようにと、メニューをクリックします。 Highlight Sessions and then click it. セッションと入力し、それをクリックしてハイライトします。
  5. Click the Menu button, then select and click Newをクリックしてメニューボタンを押すと、入力し、を選択してクリックし、 [ 新しい
  6. Enter the appropriate information in each field.適切な情報を入力して、各フィールドに入力します。 When you’re done, click Create .作業が完了したら、 [ 作成 ]をクリックします。
  7. Back at the Sessions window, select and click your newly created connection. セッションウィンドウに戻って、新しく作成した接続を選択してクリックしてください。
  8. If you’re prompted with a ‘warning’ screen about network usage, click Yes .を要求する場合は、 '警告'画面でネットワークの利用方法については、 [ はい ]をクリックします。
  9. MidpSSH will now attempt to connect to your host. midpsshは、今すぐあなたのホストへの接続を試みる。
  10. Assuming you provided the correct credentials etc, you’ll find yourself connected to your server and at a command prompt.等の資格情報を提供して正しいと仮定するなら、自分を見つけるとしているサーバーに接続してするには、コマンドプロンプトを起動します。 You’ll also notice that the font is so small it’s almost unreadable.また、フォントに注意しては非常に小さいということはほぼ読み取れない。 We’ll fix this later (unless you like squinting).修正するにはお客様へ(斜視のような場合) 。
  11. To enter a command, click Input .を入力するコマンドをクリックし、 [ 入力してください Type in your command (in the example below, I’m using a simple ls to list the files in my home folder).コマンドを入力して(下の例では、私は単純なlsを使用している私のホームフォルダのファイルをリストする) 。
  12. Now click Menu then select and click Type .今すぐクリックしてメニューをクリックしてタイプを選択します。
  13. This will paste the ls command at the command prompt, but not actually execute it.これにより、 lsコマンドに貼り付けるには、コマンドプロンプトが、実際に実行してください。 Click Menu , scroll down to ENTER and click it. メニューをクリックし、下にスクロールして入力し、それをクリックしてください。
  14. Now the ls command will be executed.今すぐ、 lsコマンドが実行される。

    For those paying close attention, yes, you could have skipped step #13 by selecting Enter instead of Type back in step #12.これらの注意を払って、はい、そうすることもスキップステップ# 13を選択するタイプに戻ってのステップ入力の代わりに# 12 。

  15. Another much faster way to enter commands is to setup Macros.別のはるかに高速のコマンドを入力する方法は、マクロを設定する。 To do so, click Menu then select and click Macros from the menu.これを行うにはをクリックし、 [ ]メニューを選択して入力し、メニューから[ マクロ ]をクリックします。
  16. Highlight the default macro set, click Menu and select Edit .ハイライトのデフォルトのマクロセットをクリックし、 [ 編集]メニューを選択しています。 Give it a new name (for example, I named my first set of macros common commands .試しにやって新しい名前(例えば、私の名前私の最初のセットのマクロ共通のコマンドです。
  17. Now “enter” your first group of macros by selecting its name and clicking.今すぐ確認する"入力"を選択して最初のグループのマクロの名前をクリックしてください。 You’ll notice a rather empty screen.ということに気づくの空の画面を表示します。 To create your first macro, click Menu and then New .最初のマクロを作成してくださいをクリックし、 [ 新規 ] メニューをクリックしています。
  18. Give your macro/command a name (optional but helpful).あなたのマクロ/コマンド名(オプションしかし、 helpful ) 。 In the Value: field enter the command you want to execute. [ 値: ]フィールドに入力してコマンドを実行したいです。 In my example I used the ps command with the aux options.私の例psコマンドを使用して私のAUXオプションを選択します。

    In the Mode section you’ll need to decide if you want the command to execute as soon as you select it ( Enter ) or just be pasted at the command prompt ( Type ).セクションのモードにする必要があります。を決定する場合は、コマンドを実行するとすぐにそれを選択する( 入力 ) 、またはわずかには、コマンドプロンプトに貼り付けた( タイプ )です。 When you’re done, click Create .作業が完了したら、 [ 作成 ]をクリックします。

  19. Now select your new macro and click it.今すぐを選択して新しいマクロをクリックしてください。
  20. And it will be executed (again, the command will be run if you selected Enter or just pasted to the prompt if you selected Type ).とそれに実行される(再び、次のコマンドを実行されるように選択した場合はプロンプトを入力または貼り付けただけのタイプを選択した場合) 。
  21. To disconnect, click Menu then Disconnect .接続を切断するをクリックし、 [ ]メニュー切断します。
  22. Back at the main menu, scroll down to Settings and click it.メインメニューに戻って、下にスクロールして設定を確認してそれをクリックしてください。
  23. Scroll down to Fonts and click it.下にスクロールしてフォントをクリックしてください。
  24. From here you can increase the size of the font used….ここからすることができます使用されるフォントのサイズを大きくする… 。
  25. and alter the font colour and background colour.やフォントの色と背景色を変更する。
  26. Below you’ll find a screenshot of an SSH session with the font slightly increased.下のスクリーンショットを見つけるのフォントは、 sshセッションをわずかに増加している。
[いる] [ del.icio.us ] [フェイスブック] [ Googleの]
Related Posts: 関連記事:
  • How to install the OS X Leopard skin on your Windows Mobile Smartphonesをインストールする方法を皮膚のOS X Leopardに搭載しているWindowsモバイルスマートフォン
  • How to use your Windows Mobile device much more efficiently Windows Mobileデバイスの使用方法をしてはるかに効率的に
  • How to sync your Windows Mobile device to a Windows Vista PC Windows Mobileデバイスを同期してどのようにすると、 Windows Vistaパソコン
  • How to install the Windows Mobile 7 skin on your Smartphone携帯電話7をインストールする方法については、 Windows皮膚をしてスマートフォン
  • How to app unlock your HTC S621 Windows Mobile Smartphoneアプリのロックを解除する方法をお客様の携帯電話スマートフォンHTC商品s621
  • { 1 comment… read it below or 1コメントを読むことの下や… add one追加する }

    1 1 Steve Kamerman スティーブkamerman 07.23.08 at 5:32 am 07.23.08は5:32アム

    Wow - this is very cool!おっと-これは非常にクール! I’ve got it on my T-Mobile Shadow and it’s great for monitoring my servers.私は、それを私のTモバイルの影と私のサーバーのは素晴らしいことを監視します。 Who would have guessed that an SSH client would have been feasible on a 240×320 display :P. whoは推測しても実現可能とするSSHクライアントは、 240 × 320表示: p.

    Leave a Commentコメントを残す

    You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのHTMLタグを使用することができますと属性: <aのhref=のtitle= <abbrのtitle= <cite> <acronymのtitle= <b>ダウンロードの<code> <blockquote cite=""> <del datetime="">の<em> <i>て<strike> <strong> <q cite="">