• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cygwin ssh localhost issue

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,

I have installed cygwin as part of setting up hadoop.

When I try to do ssh this is what I get, I enter the password I gave in ssh-user-config, but it does not work.
Please advise

ChintaA@CHINTAA-WIN7 /etc
$ ssh -v localhost
OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to localhost [::1] port 22.
debug1: Connection established.
debug1: identity file /cygdrive/c/Users/chintaa.AMER/Desktop/personal/hadoop/Chi
ntaA/.ssh/id_rsa type 1
debug1: identity file /cygdrive/c/Users/chintaa.AMER/Desktop/personal/hadoop/Chi
ntaA/.ssh/id_rsa-cert type -1
debug1: identity file /cygdrive/c/Users/chintaa.AMER/Desktop/personal/hadoop/Chi
ntaA/.ssh/id_dsa type 2
debug1: identity file /cygdrive/c/Users/chintaa.AMER/Desktop/personal/hadoop/Chi
ntaA/.ssh/id_dsa-cert type -1
debug1: identity file /cygdrive/c/Users/chintaa.AMER/Desktop/personal/hadoop/Chi
ntaA/.ssh/id_ecdsa type 3
debug1: identity file /cygdrive/c/Users/chintaa.AMER/Desktop/personal/hadoop/Chi
ntaA/.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 b5:0b:76:71:a6:a9:2b:4f:10:b2:c6:02:0e:d1:d7:c4
debug1: Host 'localhost' is known and matches the ECDSA host key.
debug1: Found key in /cygdrive/c/Users/chintaa.AMER/Desktop/personal/hadoop/Chin
taA/.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-interacti
ve
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /cygdrive/c/Users/chintaa.AMER/Desktop/personal
/hadoop/ChintaA/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Offering DSA public key: /cygdrive/c/Users/chintaa.AMER/Desktop/personal
/hadoop/ChintaA/.ssh/id_dsa
debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Offering ECDSA public key: /cygdrive/c/Users/chintaa.AMER/Desktop/person
al/hadoop/ChintaA/.ssh/id_ecdsa
debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Next authentication method: password
ChintaA@localhost's password:
Received disconnect from ::1: 2: Too many authentication failures for ChintaA

 
reply
    Bookmark Topic Watch Topic
  • New Topic