Last update: 2018/07/18 02:14
Linux STARTUP for Users / Capter 4 (Network - SSH)
Section Next | Prev
4.4 高セキュリティ仮想端末(ssh)
- 【機能説明】
- telnet は各種ネットワークサーバー(特にTCP)の動作確認、デバッグ用途としても
利用できる汎用的なツールですが、その通信は平文であるためインターネットを介した
通信では傍受されてしまう可能性があります。
- ssh はその危険性をするためにサーバとクライアント間通信の暗号化と、
認証機能を強化した仮想端末です。
-
- 【入力フォーマット】
-
ssh [オプション] [ユーザ名@]ホスト名
- 【主なオプション】
-
- -2
- SSH バージョン 2 プロトコルを採用
- 【実行例】
- 最も簡単な、サーバに接続する例
$ ssh ycos@localhost
The authenticity of host 'localhost (127.0.0.1)' can't be established.
RSA1 key fingerprint is d8:f0:31:b7:ff:24:c1:2c:ef:a8:77:e0:5e:98:b2:3c.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'localhost' (RSA1) to the list of known hosts.
ycos@localhost's password:
Last login: Sun Sep 30 20:25:09 2007 from aa.bb.net
Section Next | Prev
Copyright 2007-2018 ycosSystems Network/Body44.html