LoginSignup
0
0

Windows10からRaspberry PiへSSH接続

Posted at

はじめに

SSHサーバの機能はRaspberry Piにデフォルトで準備されているようですので、今回はクライアントPC(Windows10)からRaspberry PiにSSH接続してみます。

設定

まず事前にRaspberry PiのSSHサーバ機能を有効にします。以下のコマンドをLXTerminalに入力します。
sudo raspi-config

8 Advanced Options -> A4 SSHと選択し、SSHサーバ機能を有効化します。
DSC01158.JPG
DSC01159.JPG

Raspberry Piを以下のコマンドで再起動し、
sudo reboot

Windows10から接続するためのRaspberry PiのIPアドレスを調べます。
ifconfig
DSC01154.JPG

Windows10からRaspberry Piへ接続

Windows10のTeratermを起動し、ホスト(T)に上記で調査したRaspberry PiのIPアドレスを入力しTCPポート:22 サービス:SSHでOKボタンを押下すると
win10toraspi.png
Raspberry Piに接続ができます。また、Teratermのファイルメニュー->SSH SCP...からファイル転送もできます!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0