git พร้อมข้อผิดพลาด ssh: การอนุญาตถูกปฏิเสธ (publickey, keyboard-interactive)


1

ฉันกำลังพยายามสร้างเซิร์ฟเวอร์ repo git ด้วย windows remote นี่คือเซิร์ฟเวอร์ ssh ของฉันและสภาพแวดล้อมในการสร้างลูกค้าในท้องถิ่น:

เซิร์ฟเวอร์ env
1. windows os
2. mysysgit ติดตั้ง
3. copssh ติดตั้ง
4.

ไคลเอนต์เซิร์ฟเวอร์คลาวด์ระยะไกล
1. CentOS 7 บน vmware
2. พีซีท้องถิ่น

นี่คือการกระทำของฉันแล้ว

1. สร้างคู่กุญแจสาธารณะกับssh-keygen -t rsaลูกค้าบนCentosของฉัน
2. เพิ่มผู้ใช้ git ชื่อsvccopsshในเซิร์ฟเวอร์ windows ระยะไกลของฉัน
3. คัดลอกCentosของฉัน~/.ssh/id_rsa.pubไปยังโฟลเดอร์เซิร์ฟเวอร์d:/Users/svccopssh/.sshซึ่ง copssh อ่าน public-ssh-key และเปลี่ยนชื่อใหม่ เป็นauthorized_keys
4. เรียกใช้การทดสอบ:
ssh -vT svccopssh@remoteIP

ผลลัพธ์จะออกมาเช่นนี้:

[is_january@localhost .ssh]$ ssh -vT svccopssh@120.76.123.231
OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: Connecting to 120.76.123.231 [120.76.123.231] port 22.
debug1: Connection established.
debug1: identity file /home/is_january/.ssh/id_rsa type 1
debug1: identity file /home/is_january/.ssh/id_rsa-cert type -1
debug1: identity file /home/is_january/.ssh/id_dsa type -1
debug1: identity file /home/is_january/.ssh/id_dsa-cert type -1
debug1: identity file /home/is_january/.ssh/id_ecdsa type -1
debug1: identity file /home/is_january/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/is_january/.ssh/id_ed25519 type -1
debug1: identity file /home/is_january/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.1
debug1: match: OpenSSH_7.1 pat OpenSSH* compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-sha1-etm@openssh.com none
debug1: kex: client->server aes128-ctr hmac-sha1-etm@openssh.com none
debug1: kex: curve25519-sha256@libssh.org need=20 dh_need=20
debug1: kex: curve25519-sha256@libssh.org need=20 dh_need=20
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDS 26:95:35:2c:32:ad:46:14:94:5e:71:95:b7:f7:2d:aa
debug1: Host '120.76.123.231' is known and matches the ECDSA host key.
debug1: Found key in /home/is_january/.ssh/known_hosts:1
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/is_january/.ssh/id_rsa
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Trying private key: /home/is_january/.ssh/id_dsa
debug1: Trying private key: /home/is_january/.ssh/id_ecdsa
debug1: Trying private key: /home/is_january/.ssh/id_ed25519
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: No more authentication methods to try.
Permission denied (publickey,keyboard-interactive).

ข้อเสนอแนะใด ๆ ฉันแน่ใจว่ารหัสสาธารณะเดียวกันใช้ได้ดีกับ github ssh-key


เกี่ยวกับssh -vvvT svccopssh@remoteIPอะไร เพิ่มเติม-v= verbose เพิ่มเติม ลองตรวจสอบบันทึกเซิร์ฟเวอร์ คุณอาจเห็นปัญหาเกี่ยวกับauthorized_keysไฟล์ (ปัญหาสิทธิ์หรือคล้ายกัน)
Guillaume Boudreau

@GuillaumeBoudreau ถูกต้อง เป็นตำแหน่งที่ไม่ถูกต้องของ authorized_key ซึ่งทำให้เกิดปัญหา
is_january

คำตอบ:


0

ที่จริงฉันได้คิดออกว่าปัญหาคืออะไรและแก้ไขมันหลังจากทั้งหมด

เมื่อฉันติดตั้งไคลเอนต์ copssh ของฉันมีขั้นตอนที่ขอให้ฉันเลือกไดเรกทอรีผู้ใช้ d:/Users/svccopssh/.sshผมใช้การกำหนดค่าที่กำหนดเองซึ่งเป็นไดเรกทอรี อย่างไรก็ตามไดเรกทอรีที่แน่นอนที่ svccopssh อ่านพับลิกคีย์จากนั้นd:/copssh/home/svccopssh/.sshไม่ใช่ไดเรกทอรีที่ฉันใช้ในการติดตั้ง หลังจากฉันเปลี่ยนตำแหน่งที่ได้รับอนุญาตของฉันไปเป็นสถานที่ที่เหมาะสม: path/to/copssh_loaction/home/yourUserName/.sshมันใช้งานได้

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.