From 64a7933f607c9dc333549d7cb803bb130e6c93fb Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Tue, 14 Oct 2014 19:16:44 +0200 Subject: [PATCH] Update install_on_raspberry.md --- install_on_raspberry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_on_raspberry.md b/install_on_raspberry.md index 87e7bd2e..c5226784 100644 --- a/install_on_raspberry.md +++ b/install_on_raspberry.md @@ -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` ---