执行ssh-host-config -y
显示以下输出:
....
*** 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
以下是这两条消息的再次显示,但已重新格式化(以便于全文搜索):
看来您在 /etc/group 中没有本地 ADMINISTRATORS 和/或 SYSTEM sid 的条目。
- 使用“mkgroup”实用程序生成它们或允许在 /etc/nsswitch.conf 中搜索组帐户的“db”
看起来您没有本地管理员 (组) 和/或系统 sid 的条目。
- 使用“mkpasswd”实用程序生成它或允许在 /etc/nsswitch.conf 中搜索 passwd 帐户的“db”
net user
给我以下:
Benutzerkonten für \\xy
-------------------------------------------------------------------------------
Administrator DefaultAccount Gast
me
Der Befehl wurde erfolgreich ausgeführt.
有什么问题?