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