From fde35c3795ce9d33983c765ec93591c2eaa5f313 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Tue, 14 Oct 2014 19:16:38 +0200 Subject: [PATCH] Update install_on_cubieboard.md --- install_on_cubieboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_on_cubieboard.md b/install_on_cubieboard.md index 739baf00..bf6d2817 100644 --- a/install_on_cubieboard.md +++ b/install_on_cubieboard.md @@ -29,7 +29,7 @@ ### Recommended after post-installation * Connect via [SSH](ssh): **root@expemple.tld** (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 && cubian-update` ---