This commit is contained in:
parent
47c2dd744f
commit
c619fe5452
21
README.md
21
README.md
|
|
@ -167,22 +167,23 @@ Configuration templates can be found [HERE](https://github.com/D1StrX/democratic
|
|||
<br/>
|
||||
|
||||
### **Service configuration**
|
||||
Ensure the following services are configurged and running:
|
||||
|
||||
» **SSH**
|
||||
* Ensure `ZSH`, `BASH`, or `SH` is set as the root shell, `CSH` gives false errors due to quoting
|
||||

|
||||
* (Optional) Enable passwordless authentication
|
||||

|
||||
|
||||
Ensure the following services are configurged and running:
|
||||
|
||||
» SSH
|
||||
* When creating a custom user:
|
||||
* Ensure `ZSH`, `BASH`, or `SH` is set as the root shell, `CSH` gives false errors due to quoting
|
||||
 
|
||||
* (Optional) Enable passwordless authentication
|
||||
 
|
||||
* Has a homefolder, this is used to store its SSH Public Key
|
||||
 
|
||||
|
||||
|
||||
### **NFS configuration**
|
||||
» NFS
|
||||
» NFS
|
||||
|
||||
### **iSCSI configuration**
|
||||
» iSCSI
|
||||
» iSCSI
|
||||
*NOTE:* (fixed in 12.0-U2+) when using the FreeNAS API concurrently the
|
||||
`/etc/ctl.conf` file on the server can become invalid, some sample scripts
|
||||
are provided in the `contrib` directory to clean things up ie: copy the
|
||||
|
|
|
|||
Loading…
Reference in New Issue