9 lines
253 B
Markdown
9 lines
253 B
Markdown
|
# 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``
|
||
|
|