From 4b3157fa9a20fed96105d0a47ec937ed9a9a7073 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Fri, 4 Feb 2022 09:13:08 +0400 Subject: [PATCH] add readme incompleat --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d9776e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# How to setup +* *create user in your system using the command provided below* + ``useradd xrambad --shell=/bin/true`` + +* create ssh key for the user. + +* there will be issue that user can't login to fix this + add ``/bin/true`` to ``/etc/shells`` + \ No newline at end of file