Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carligithub400 authored Feb 2, 2024
1 parent 7113155 commit 064f300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ To use the included Bash script to implement a two-factor authentication layer (
9. **Create a user and connect to ssh**
- Create a user with the command that has the code main.sh as the default shell.

``` bash
``` bash
sudo adduser $user --shell=$path_main.sh
```
- Change $user with the name of the user and $path_main.sh with the path of the cloned code.
-Make sure it has execution rights:
```
- Change $user with the name of the user and $path_main.sh with the path of the cloned code.
- Make sure it has execution rights:

``` bash
chmod a+xrw literate-auth/
Expand Down

0 comments on commit 064f300

Please sign in to comment.