ssh त्रुटि के साथ गिट: अनुमति से इनकार (publickey, कीबोर्ड-इंटरैक्टिव)


1

मैं एक विंडोज़ रिमोट के साथ git रेपो सर्वर बनाने की कोशिश कर रहा हूँ। यहाँ मेरा ssh सर्वर और स्थानीय क्लाइंट बिल्डिंग वातावरण है:

Server env
1. windows os
2. mysysgit इंस्टॉल
3. copssh इंस्टॉल
4. रिमोट क्लाउड सर्वर

क्लाइंट
1. vmware पर सेंटो 7।
2. स्थानीय पीसी

यहाँ मेरा पहले से ही लिया गया कार्य है।

1. ssh-keygen -t rsaमेरे सेंटोस क्लाइंट के साथ एक सार्वजनिक-निजी कुंजी जोड़ी उत्पन्न
करें । मेरे रिमोट विंडो सर्वर में svccopssh नाम का एक git उपयोगकर्ता जोड़ें । सर्वर फ़ोल्डर में मेरे सेंटोस की
प्रतिलिपि ~/.ssh/id_rsa.pubबनाएँ d:/Users/svccopssh/.ssh, जिसमें copssh पब्लिक-ssh-key को पढ़ता है, और उसका नाम बदलता है। as 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= अधिक क्रिया। सर्वर लॉग की जांच करने का भी प्रयास करें। आपको authorized_keysफ़ाइल की समस्या (अनुमति समस्या या समान) दिखाई दे सकती है।
गुइल्यूम बॉउड्रीउ

@GuillaumeBoudreau यह सही है। यह
अधिकृत_की

जवाबों:


0

खैर, वास्तव में, मुझे पता चल गया है कि समस्या क्या है और इसे आखिरकार हल किया।

जब मैंने अपना copssh क्लाइंट स्थापित किया, तो एक कदम था जिसने मुझे उपयोगकर्ता निर्देशिका चुनने के लिए कहा। मैंने अपने अनुकूलित कॉन्फ़िगरेशन का उपयोग किया, जो निर्देशिका थी d:/Users/svccopssh/.ssh। हालाँकि, सटीक निर्देशिका जहाँ svccopssh सार्वजनिक-कुंजी पढ़ता है d:/copssh/home/svccopssh/.ssh, स्पष्ट रूप से वह निर्देशिका नहीं है जिसे मैंने अपनी स्थापना में उपयोग किया है। जब मैंने अपना अधिकृत_का स्थान बदलकर सही जगह कर दिया:, path/to/copssh_loaction/home/yourUserName/.sshयह काम कर गया।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.