From fc4d11d5027d33a412a7d065300463c185661c62 Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Sun, 8 Nov 2020 11:21:32 +0100 Subject: [PATCH] AWS Links (create User) added. --- README.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index fd9ca57..504c891 100644 --- a/README.adoc +++ b/README.adoc @@ -34,4 +34,12 @@ TODO: create user file for initialization at provisioning cd $(mktemp -d) git clone --depth=1 https://github.com/twpayne/chezmoi.git cd chezmoi -go install \ No newline at end of file +go install + +==== New User + +Better try modifications with a new user to keep the defaul user accessible to the system. +See below links to proceed. + +* https://aws.amazon.com/de/premiumsupport/knowledge-center/new-user-accounts-linux-instance/ +* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#retrieving-the-public-key \ No newline at end of file