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__`