ฉันได้ติดตามการสอนบน youtube ที่นี่: การตั้งค่า SFTP
และฉันได้ทำตามทุกขั้นตอนอย่างแน่นอน แต่ฉันพบเจอปัญหาใน Cygwin ในขณะที่พยายามติดตั้ง SSH
เมื่อเปิด Terminal Cygwin64 ฉันพิมพ์ข้อความต่อไปนี้
$ export CYGWIN='ntsec tty'
$ chmod 0755 /var
$ ssh-host-config
จากนั้นฉันก็ไปที่คำถาม
คำถามแรกคือ Should StrictModes be used? (yes/no)
ฉันพิมพ์ no
. คำถามต่อไปคือ Should privilege separation be used? (yes/no)
ฉันพิมพ์ yes
.
จากนั้นฉันจะได้รับข้อผิดพลาด / คำเตือนต่อไปนี้ (ไม่ว่าฉันจะเลือกหรือไม่ no
หรือ yes
):
*** Warning: Couldn't determine name of user running sshd service from account database!
*** Warning: As a result, this script cannot make sure that the files used
*** Warning: by the sshd service belong to the user running the service.
*** Warning: Host configuration exited with 1 errors or warnings!
*** Warning: Make sure that all problems reported are fixed,
*** Warning: then re-run ssh-host-config
ฉันไม่แน่ใจว่าจะแก้ไขข้อผิดพลาดเหล่านี้อย่างไร! ฉันควรทำอย่างไร?
yes
ไปยังShould StrictModes be used? (yes/no)