Raspberry Pi

SSH接続の設定方法

$ ssh pi@192.168.0.26
ssh: connect to host 192.168.0.26 port 22: Connection refused
2016-11-25:
* SSH disabled by default; can be enabled by creating a file with name "ssh" in boot partition
— http://downloads.raspberrypi.org/raspbian/release_notes.txt
Terminal
$ sudo raspi-config
raspi-config
raspi-config

connect

デフォルトのユーザー名

pi

デフォルトのパスワード

raspberry

The default "Raspbian" OS will automatically broadcast its presence on your network under the mDNS name "raspberrypi". If you are using Mac or Linux, you can reach your Pi easily:

ssh pi@raspberrypi.local