हमने विंडोज 2012 पर Cygwin की स्थापना की है और उपकरण से संबंधित सेवाएं सर्वर पर ठीक चल रही हैं।
स्थापना के दौरान हमने एक स्थानीय उपयोगकर्ता cyg_server बनाया है, हमने प्रयोग करके cyg_server के साथ होम फ़ोल्डर बनाने की कोशिश की, sftp cyg_server@servername
लेकिन इस मामले में जब हम ऐसा करने का प्रयास sftp -v cyg_server@servername
करते हैं, तो हम उस पासवर्ड के लिए संकेत दे रहे हैं, जो हमने दर्ज किया है और कनेक्शन ने घर को तुरंत बंद कर दिया है। नतीजा।
विवरण
ssh -v cyg_server@fn002dataaege-n.fn.ae.ge.com
OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /opt/LTIssh/etc/ssh_config
debug1: Connecting to fn002dataaege-n.fn.ae.ge.com [3.14.136.107] port 22.
debug1: Connection established.
debug1: identity file /export/home/chettigo/.ssh/identity type -1
debug1: identity file /export/home/chettigo/.ssh/id_rsa type 1
debug1: identity file /export/home/chettigo/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1
debug1: match: OpenSSH_5.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'fn002dataaege-n.fn.ae.ge.com' is known and matches the RSA host key.
debug1: Found key in /export/home/chettigo/.ssh/known_hosts:2035
debug1: ssh_rsa_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,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /export/home/chettigo/.ssh/identity
debug1: Offering public key: /export/home/chettigo/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Trying private key: /export/home/chettigo/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
cyg_server@fn002dataaege-n.fn.ae.ge.com's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
Last login: Thu Feb 26 06:23:07 2015 from gpsgc304.corporate.ge.com
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
debug1: channel 0: free: client-session, nchannels 1
Connection to fn002dataaege-n.fn.ae.ge.com closed.
debug1: Transferred: stdin 0, stdout 0, stderr 52 bytes in 17.6 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 3.0
debug1: Exit status 1
मैं इस समस्या को कैसे डीबग और हल कर सकता हूं?
इवेंट लॉग में मैं इवेंट आईडी को 0 और नीचे दिए गए विवरण के रूप में देख सकता था
—
vikas
स्रोत sshd से इवेंट ID 0 का वर्णन नहीं मिल सकता है। या तो इस ईवेंट को उठाने वाला घटक आपके स्थानीय कंप्यूटर पर स्थापित नहीं है या इंस्टॉलेशन दूषित है। आप स्थानीय कंप्यूटर पर घटक को स्थापित या मरम्मत कर सकते हैं। यदि ईवेंट किसी अन्य कंप्यूटर पर उत्पन्न होता है, तो प्रदर्शन जानकारी को ईवेंट के साथ सहेजा जाना था। निम्न जानकारी ईवेंट के साथ शामिल की गई थी: sshd: PID 4376: syslogin_perform_logout: logout () ने एक त्रुटि लौटा दी
—
vikas
मैं पुष्टिकरण या WinSCP का उपयोग करके आपके कॉन्फ़िगरेशन का परीक्षण करने की कोशिश करूंगा, यह पुष्टि करने के लिए कि सर्वर सही तरीके से काम कर रहा है।
—
फ्रैंक थॉमस
विभिन्न क्लाइंट पोटीन के साथ-साथ सुरक्षित शेल के साथ भी कोशिश की जाती है कि मुझे एक ही परिणाम प्राप्त हो, मैं पासवर्ड देने में सक्षम हूं, लेकिन यह तुरंत डिस्कनेक्ट हो जाता है
—
vikas
ssh -v cyg_server@fn002dataaege-n.fn.ae.ge.com 2> error.log
। असफल होने के बाद ~ / error.log पर देखें और देखें कि विफलता पर अधिक सार्थक डीबग जानकारी है या नहीं।