मैंने एक नवीनतम विंडोज़ 7 मशीन पर एक ssh सर्वर स्थापित किया है जो कि नवीनतम संस्करण cygwin का उपयोग करता है। फ़ायरवॉल अक्षम करें।
मैं इसे स्वयं से एक अलग विंडो बॉक्स (विंडशीश का उपयोग करके), और एक लिनक्स vm से ssh कर सकता हूं। इसके बावजूद, मैंने दो अलग-अलग मैक से अंदर जाने की कोशिश की, और न ही मुझे करने देगा!
यह डिबग आउटपुट है:
OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 3dbuild [172.18.4.219] port 22.
debug1: Connection established.
debug1: identity file /Users/Denise/.ssh/identity type -1
debug1: identity file /Users/Denise/.ssh/id_rsa type 1
debug1: identity file /Users/Denise/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5
debug1: match: OpenSSH_5.5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
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 '3dbuild' is known and matches the RSA host key.
debug1: Found key in /Users/Denise/.ssh/known_hosts:43
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: /Users/Denise/.ssh/identity
debug1: Offering public key: /Users/Denise/.ssh/id_rsa
Connection closed by [ip]
यह एक ही आउटपुट दिखाता है, और एक ही स्थान पर विफल रहता है, चाहे मैंने अपनी सार्वजनिक कुंजी ssh सर्वर पर रखी हो या नहीं।
किसी भी मदद की सराहना की जाएगी - उम्मीद है कि कोई इससे पहले चला गया है?