Ubuntu:#4 WindowsからSSHで接続

Ubuntu側のネットワーク、SSHサーバーインストールが完了したので、ホストOSのWindowsからSSHで接続してみる。

Windows側にSSHクライアントをインストールしておくこと
SSH:Windows10:Windows10標準のSSHクライアントを使う

コマンドプロンプトで"ssh"コマンドを実行
C:\Users\user>ssh 192.168.1.50
The authenticity of host '192.168.1.50 (192.168.1.50)' can't be established.
ECDSA key fingerprint is SHA256:OfecYNuvbQmhBtY4Wu9divhRi5qH6SiEb96rAewIglY.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.50' (ECDSA) to the list of known hosts.
Connection closed by 192.168.1.50 port 22

C:\Users\user>

初回は上記のようになる
2回目以降、"-l" パラメータでログインユーザーも指定してログイン
C:\Users\user>ssh -l user 192.168.1.50
user@192.168.1.50's password:
Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.4.0-37-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage


0 updates can be installed immediately.
0 of these updates are security updates.

Your Hardware Enablement Stack (HWE) is supported until April 2025.
Last login: Sat Jun 13 19:39:45 2020 from 192.168.1.102
user@user:~$ ls
ダウンロード  テンプレート  デスクトップ  ドキュメント  ビデオ  ピクチャ  ミュージック  公開
user@user:~$



技術メモ, Linux, Ubuntu, SSH

0 件のコメント:

その他の記事