La ejecución ssh-host-config -y
muestra el siguiente resultado:
....
*** Info: called 'sshd'.
*** Info: For more info on privilege separation read /usr/share/doc/openssh/README.privsep.
*** Query: Should privilege separation be used? (yes/no) yes
*** Warning: It appears that you do not have entries for the local
*** Warning: ADMINISTRATORS and/or SYSTEM sids in /etc/group.
*** Warning:
*** Warning: Use the 'mkgroup' utility to generate them or allow "db"
*** Warning: search of group accounts in /etc/nsswitch.conf
*** Warning:
*** Warning: It appears that you do not have an entry for the local
*** Warning: ADMINISTRATORS (group) and/or SYSTEM sids.
*** Warning:
*** Warning: Use the 'mkpasswd' utility to generate it or allow "db"
*** Warning: search of passwd accounts in /etc/nsswitch.conf
*** Warning:
*** ERROR: Problem with LocalSystem or Adminstrator IDs
Aquí están estos dos mensajes nuevamente, pero reformateados (para facilitar la búsqueda de texto completo):
Parece que no tiene entradas para los ADMINISTRADORES locales y/o los SID del SISTEMA en /etc/group.
- Utilice la utilidad 'mkgroup' para generarlos o permita la búsqueda "db" de cuentas de grupo en /etc/nsswitch.conf
Parece que no tiene una entrada para los ADMINISTRADORES (grupo) locales y/o los SID del SISTEMA.
- Utilice la utilidad 'mkpasswd' para generarlo o permita la búsqueda "db" de cuentas passwd en /etc/nsswitch.conf
net user
me da lo siguiente:
Benutzerkonten für \\xy
-------------------------------------------------------------------------------
Administrator DefaultAccount Gast
me
Der Befehl wurde erfolgreich ausgeführt.
¿Cuál es el problema?