執行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 sids 的條目。
- 使用“mkgroup”實用程式產生它們或允許在 /etc/nsswitch.conf 中“db”搜尋群組帳戶
您似乎沒有本機管理員(群組)和/或系統 sids 的條目。
- 使用“mkpasswd”實用程式產生它或允許在 /etc/nsswitch.conf 中“db”搜尋 passwd 帳戶
net user
給了我以下內容:
Benutzerkonten für \\xy
-------------------------------------------------------------------------------
Administrator DefaultAccount Gast
me
Der Befehl wurde erfolgreich ausgeführt.
有什麼問題?