Update install_on_raspberry.md

This commit is contained in:
ma.azimi@laposte.net 2014-10-14 19:16:44 +02:00 committed by YunoHost
parent fde35c3795
commit 64a7933f60

View file

@ -41,7 +41,7 @@
### Recommended after post-installation
* Connect via SSH: **root@yunohost.local** (password: **yunohost**)
* Change root password: `passwd root`
* Change root password: `passwd root` or use [SSH authentication via key](security)
* Upgrade system: `apt-get update && apt-get dist-upgrade && rpi-update`
---