SFTP: ปิดการเชื่อมต่อ
ฉันพยายามเชื่อมต่อผ่าน sftp กับ Synology NAS 215j ที่ใช้เซิร์ฟเวอร์ sftp sshd ใช้งานได้ดีสำหรับผู้ใช้รูท แต่เมื่อฉันทำ sftp เหมือนรูทฉันจะได้รับConnection closedหลังจากพิมพ์ข้อความรหัสผ่านที่ถูกต้องสำหรับคีย์ ssh ของฉัน นี่คือ/ etc / ssh / sshd_config: Ciphers blowfish-cbc,aes256-cbc,aes256-ctr,aes128-ctr,aes128-gcm@openssh.com,aes192-ctr,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com, KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 MACs hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com,umac-128@openssh.com Protocol 2 SyslogFacility AUTHPRIV LogLevel ERROR LoginGraceTime 60 MaxStartups 2 MaxAuthTries 3 MaxSessions 3 RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile %h/.ssh/authorized_keys RhostsRSAAuthentication no …