Files
clover/docs/ssh.md
Oleg Kalachev 3d04e5f92a Create ssh.md
2017-07-20 18:19:49 +03:00

17 lines
743 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Доступ по SSH к Raspberry Pi
===
Основная статья: https://www.raspberrypi.org/documentation/remote-access/ssh/README.md
Если SSH не включен, его можно включить положив в boot-раздел на SD-карте файл с названием ``ssh``. При загрузке SSHD включится автоматически.
Для доступа к Raspberry Pi по SSH из Linux или macOS необходимо выполнить команду:
```bash
ssh pi@<ip-адрес-raspberry>
```
Пароль: ``raspberry``.
Для доступа по SSH из Windows можно использовать [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html).