Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: 24 Oct 2000 11:07:08 -0700 Message-ID: <20001024180708.10180.cpmta@c014.sfo.cp.net> X-Sent: 24 Oct 2000 18:07:08 GMT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: Cygwin AT sources DOT redhat DOT com From: csimstemplar AT flashcom DOT net X-Mailer: Web Mail 3.8.0.10 Subject: sshd connection refused I have just installed the latest version of cygwin on my NT box. I have run ssh-config. I have edited sshd_config, and changed /usr/local/etc/ssh_host_key to /etc/ssh_host_key I have tried changing the password with the passwd command. no matter what I do sshd says the connection is closed by the remote host, and ssh says connection refused (it never prompts me for a password) I have been working on this problem for several days, I am exhausted and stumped. Please help When I run sshd -d , and ssh on the same box I get: debug: sshd version 1.2.26 [i586-pc-cygwin32] debug: Initializing random number generator; seed file /etc/ssh_random_seed log: Server listening on port 22. log: Generating 768 bit RSA key. Generating p: ..............++ (distance 182) Generating q: ............++ (distance 186) Computing the keys... Testing the keys... Key generation complete. log: RSA key generation complete. debug: Server will not fork when running in debugging mode. log: Connection from 192.168.254.117 port 812 debug: Client protocol version 1.5; client software version OpenSSH_2.2.0p1 debug: Sent 768 bit public key and 1024 bit host key. debug: Encryption type: 3des debug: Received session key; encryption turned on. debug: Installing crc compensation attack detector. fatal: Connection closed by remote host. debug: Calling cleanup 0x410784(0x0) The command from the other bash session is ssh -v localhost SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh_config debug: Applying options for * debug: Seeding random number generator debug: ssh_connect: getuid 500 geteuid 500 anon 0 debug: Connecting to localhost [127.0.0.1] port 22. debug: Seeding random number generator debug: Allocated local port 786. debug: Connection established. debug: Remote protocol version 1.5, remote software version 1.2.26 debug: Local version string SSH-1.5-OpenSSH_2.2.0p1 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). debug: Forcing accepting of host key for loopback/localhost. debug: Seeding random number generator debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. Permission denied. debug: Calling cleanup 0x413424(0x0) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com