From 968e3212ee3f5de66e80b41d33d2dd8482a66835 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:42:08 +0200 Subject: [PATCH] Update POST_INSTALL.md --- doc/POST_INSTALL.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index f984977..6740d8d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,8 +1,9 @@ -You should now allow the following public key for user __SSH_USER__ on server __SERVER__: +You should now allow the following public key on the target server `__SERVER__` : -__PUBLIC_KEY__ +- User: `__SSH_USER__` +- Public key: `__PUBLIC_KEY__` -Do so by running those commands on __SERVER__ with user __SSH_USER__: +Do so by running those commands on `__SERVER__` with user `__SSH_USER__` : ``` mkdir ~/.ssh -p @@ -11,6 +12,4 @@ chmod u=rw,go= ~/.ssh/authorized_keys echo "__PUBLIC_KEY__" >> ~/.ssh/authorized_keys ``` -Also make sure __BACKUP_PATH__ exists and is writable by __SSH_USER__ - -If you're facing an issue or want to improve this app, please open a new issue in this project: +Also make sure `__BACKUP_PATH__` exists and is writable by `__SSH_USER__`