RE: sshd configuration on windows
From: Allin, Sean (sean.m.allin@saic.com)Date: 12/28/01
- Previous message: Olivier Collet: "Re: sshd configuration on windows"
- Maybe in reply to: Ivan Hernandez Puga: "sshd configuration on windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Allin, Sean" <sean.m.allin@saic.com> To: 'Ivan Hernandez Puga' <ivan.hernandez@globalsis.com.ar>, focus-ms@securityfocus.com Date: Fri, 28 Dec 2001 08:11:58 -0800
Try the directions from this web site.
http://tech.erdelynet.com/cygwin-ssh.asp
I'm running it on NT workstation with no problems now, though I did have to
restart from scratch once when I have the same
password problem. Following the instructions as exact as possible helped.
Sean
-----Original Message-----
From: Ivan Hernandez Puga [mailto:ivan.hernandez@globalsis.com.ar]
Sent: Thursday, December 27, 2001 6:52 AM
To: focus-ms@securityfocus.com
Subject: sshd configuration on windows
I'm trying to install a sshd server from cygnus on a Windows2000 server.
Well... Everythings works ok but authentication does fail.
If someone has experience on this please help me :)
Thanks
Ivan Hernandez
** This is the output from client side:
Administrator@IHERNANDEZ ~
$ ssh localhost
Administrator@localhost's password:
Permission denied, please try again.
Administrator@localhost's password:
Permission denied, please try again.
Administrator@localhost's password:
Permission denied (publickey,password,keyboard-interactive).
** And the output from the server is:
Administrator@IHERNANDEZ ~
$ /usr/sbin/sshd.exe -d
debug1: Seeding random number generator
debug1: sshd version OpenSSH_2.9p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug1: Server will not fork when running in debugging mode.
Connection from 127.0.0.1 port 3457
debug1: Client protocol version 2.0; client software version OpenSSH_2.9p1
debug1: match: OpenSSH_2.9p1 pat ^OpenSSH
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-1.99-OpenSSH_2.9p1
debug1: Rhosts Authentication disabled, originating port not trusted.
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: dh_gen_key: priv key bits set: 134/256
debug1: bits set: 1009/2049
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: bits set: 1027/2049
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user Administrator service ssh-connection
method none
debug1: attempt 0 failures 0
Failed none for Administrator from 127.0.0.1 port 3457 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method password
debug1: attempt 1 failures 1
Failed password for Administrator from 127.0.0.1 port 3457 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method password
debug1: attempt 2 failures 2
Failed password for Administrator from 127.0.0.1 port 3457 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method password
debug1: attempt 3 failures 3
Failed password for Administrator from 127.0.0.1 port 3457 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method keyboard-interactive
debug1: attempt 4 failures 4
debug1: keyboard-interactive language devs
Failed keyboard-interactive for Administrator from 127.0.0.1 port 3457 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method keyboard-interactive
debug1: attempt 5 failures 5
debug1: keyboard-interactive language devs
Failed keyboard-interactive for Administrator from 127.0.0.1 port 3457 ssh2
debug1: userauth-request for user Administrator service ssh-connection
method keyboard-interactive
debug1: attempt 6 failures 6
debug1: keyboard-interactive language devs
Failed keyboard-interactive for Administrator from 127.0.0.1 port 3457 ssh2
Connection closed by 127.0.0.1
debug1: Calling cleanup 0x4160e4(0x0)
- Previous message: Olivier Collet: "Re: sshd configuration on windows"
- Maybe in reply to: Ivan Hernandez Puga: "sshd configuration on windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|