LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error with 'ssh localhost' on cygwin (https://www.linuxquestions.org/questions/linux-newbie-8/error-with-ssh-localhost-on-cygwin-4175438419/)

manoopatil 11-23-2012 06:25 AM

Error with 'ssh localhost' on cygwin
 
Hi,

I want to setup single server hadoop on my laptop. As prerequisite for the same, installed cygwin and sshd service. Now I need to establish the connection to localhost or 127.0.0.1; When I am trying this, I am getting any error on cygwin terminal as - 'Connection Closed by 127.0.0.1'; Following is the output of the 'ssh -v localhost'. I am using Windows 7, x86

90056902@INMGCMZLT0083 ~
$ ssh -v localhost
OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/90056902/.ssh/id_rsa type -1
debug1: identity file /home/90056902/.ssh/id_rsa-cert type -1
debug1: identity file /home/90056902/.ssh/id_dsa type 2
debug1: identity file /home/90056902/.ssh/id_dsa-cert type -1
debug1: identity file /home/90056902/.ssh/id_ecdsa type -1
debug1: identity file /home/90056902/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.1
debug1: match: OpenSSH_6.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA ea:22:fa:02:7c:ad:ee:e6:db:ab:dc:2b:c0:83:ca:9a
debug1: Host 'localhost' is known and matches the ECDSA host key.
debug1: Found key in /home/90056902/.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: Roaming not allowed by server
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: /home/90056902/.ssh/id_rsa
debug1: Offering DSA public key: /home/90056902/.ssh/id_dsa
Connection closed by 127.0.0.1

90056902@INMGCMZLT0083 ~

Any help in this regards will be greatly appreciated.

acid_kewpie 11-23-2012 07:11 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 09:05 AM.