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/>
|
<br/>
|
||||||
|
|
||||||
### **Service configuration**
|
### **Service configuration**
|
||||||
Ensure the following services are configurged and running:
|
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
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
|
» 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 configuration**
|
||||||
» NFS
|
» NFS
|
||||||
|
|
||||||
### **iSCSI configuration**
|
### **iSCSI configuration**
|
||||||
» iSCSI
|
» iSCSI
|
||||||
*NOTE:* (fixed in 12.0-U2+) when using the FreeNAS API concurrently the
|
*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
|
`/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
|
are provided in the `contrib` directory to clean things up ie: copy the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue