From 8c7831480b3ac9ad0f2553f0881c9e04bdad6782 Mon Sep 17 00:00:00 2001 From: NocFlame Date: Thu, 28 May 2020 11:12:28 +0200 Subject: [PATCH] Update README.md *What this PR does / why we need it:* Current readme does not inform user of how to fix the behaviour of password promt when linking admin account *Which issue this PR fixes: fixes #128* Updated the readme to inform the user of a quick fix (ssh-keygen -t rsa) when association fails and user is asked for password --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d854a7..8c99f94 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ Shared connection to localhost closed. $ ``` +If the association fails and you are promted for a password, verify that the host you're connecting from has a SSH key set up or generate one with ```ssh-keygen -t rsa``` + Drop an interactive administrator shell ```console