실행하면 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" 검색을 허용합니다.
로컬 ADMINISTRATORS(그룹) 및/또는 SYSTEM sid에 대한 항목이 없는 것 같습니다.
- 'mkpasswd' 유틸리티를 사용하여 이를 생성하거나 /etc/nsswitch.conf에서 passwd 계정의 "db" 검색을 허용합니다.
net user
나에게 다음을 제공합니다 :
Benutzerkonten für \\xy
-------------------------------------------------------------------------------
Administrator DefaultAccount Gast
me
Der Befehl wurde erfolgreich ausgeführt.
뭐가 문제 야?