1
1

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 3 years have passed since last update.

Windows OS PCからRaspberry PiにSSH接続

Posted at

Raspberry PiにPCからSSH接続したいことが何度もあったので自分用メモ。

■環境
 - PC : Windows 10, Tera Term
 - Raspberry Pi 3

■手順
1.Raspberry PiとPCを有線LANケーブルで接続
2.Raspberry Piを起動
3.PCのコマンドプロンプトからRaspberry PiのIPアドレスを調べる
  ping raspberrypi.local
4.Tera Termを起動し、下の設定でssh接続
tt.png
5.ユーザー名「pi」、パスワードでログイン
 ※パスワードの初期値は「raspberry」

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?