Added host file explanation on the README.md

This commit is contained in:
ofilter 2022-03-11 07:04:09 +01:00
parent d7fd893a84
commit 4ce4f71d6b

View File

@ -4,6 +4,18 @@ Download the scripts **send_files.sh** and **distribute.sh**
Create the files **users** and **files_to_send**
#### Hosts
Create a file called **b** where the file is located
```shell
host1 host2
host3 ip1
ip2
ip3
```
#### users
List of users to use doesn't allow spaces in the username
@ -13,7 +25,7 @@ user1 user2
user3
```
Create a folder for each user adn a file named *p* which contains the password in flat text
Create a folder for each user adn a file named **p** which contains the password in flat text
#### files_to_send