mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-04-25 07:38:49 +02:00
MycroftOS: Small changes for the mycroft user
- No passwd / just a system user just like pulse - Therefor also no SSH login needed.
This commit is contained in:
parent
d6379f9f99
commit
8506d56142
@ -11,7 +11,7 @@ MYCROFT_SERVICE_LICENSE = Apache License 2.0
|
|||||||
MYCROFT_SERVICE_LICENSE_FILES = LICENSE
|
MYCROFT_SERVICE_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
define MYCROFT_SERVICE_USERS
|
define MYCROFT_SERVICE_USERS
|
||||||
mycroft -1 mycroft -1 mycroft /home/mycroft /bin/bash audio,pulse,pulse-access
|
mycroft -1 mycroft -1 * /home/mycroft /bin/sh audio,pulse-access
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MYCROFT_SERVICE_INSTALL_TARGET_CMDS
|
define MYCROFT_SERVICE_INSTALL_TARGET_CMDS
|
||||||
|
@ -33,7 +33,6 @@ PermitRootLogin yes
|
|||||||
#StrictModes yes
|
#StrictModes yes
|
||||||
#MaxAuthTries 6
|
#MaxAuthTries 6
|
||||||
#MaxSessions 10
|
#MaxSessions 10
|
||||||
AllowUsers mycroft
|
|
||||||
|
|
||||||
#PubkeyAuthentication yes
|
#PubkeyAuthentication yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user