14
18

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Raspberry PiとPCをLANで直結してssh接続

Posted at

概要

Raspberry PiとPCをLANケーブルで直結して、Raspberry PiのRasbianにsshで接続する方法を説明する。

前提

sshで接続する側のPCはWindows機とする。

必要なハードウェア

  • PC (Windows)
  • Raspberry Pi
  • LANケーブル (ストレートケーブルでよい)

必要なソフトウェア

  • TeraTerm

手順

LANケーブルの接続

Raspberry PiのLANポートとPCのLANポートをLANケーブルで直接接続する。
(間にルーターやハブは挟まない)

Raspberry PiのIPアドレスを調べる

LXTerminalを起動し、"ip addr show"というコマンドを実行する。
WS000023.JPG

Raspberry PiのIPアドレスが表示される。
eth0が有線LANのIPアドレスなので、PCとLANケーブルで直結する場合はeth0のIPアドレスを使用する。
WS000024.JPG

TeraTermによる接続

PC(Windows)でTeraTermを起動し、ホスト名にRaspberry PiのIPアドレス(eth0)を指定して[OK]ボタンを押下。
WS000025.JPG

Raspberry Piのユーザ名とパスワードを入力して[OK]ボタンを押下。
(デフォルトのまま変更していない場合は、ユーザ名:pi パスワード:raspberry)
WS000027.JPG

ログインが成功すると以下のような画面が表示される。
WS000028.JPG

14
18
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
14
18

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?