1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-04-18 12:27:46 +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:
Peter Steenbergen 2019-02-07 11:13:33 +01:00
parent d6379f9f99
commit 8506d56142
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ MYCROFT_SERVICE_LICENSE = Apache License 2.0
MYCROFT_SERVICE_LICENSE_FILES = LICENSE
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
define MYCROFT_SERVICE_INSTALL_TARGET_CMDS

View File

@ -33,7 +33,6 @@ PermitRootLogin yes
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10
AllowUsers mycroft
#PubkeyAuthentication yes