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 From: "Mag. M. Faffelberger" To: Subject: SSHD under NT Date: Tue, 27 Feb 2001 11:33:25 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal hi, sorry that i ask again. - i installed the latest OpenSSH and want to get a connection between two machines. - the ssh server runs under winnt - everything works fine, when i connect with password-authentication - but i have to implement the connection only with RSA WITHOUT Passwords. in my /home/administrator/.ssh directory i have the files with the information from generating ssh-keygen - authorized_keys - known_hosts here are the outouts from sshd and ssh: 1. sshd: C:\cygwin\sbin>sshd -d debug1: sshd version OpenSSH_2.3.0p1 debug1: Seeding random number generator debug1: read DSA private key done debug1: Seeding random number generator debug1: Bind to port 22 on 212.17.69.74. Server listening on 212.17.69.74 port 22. Generating 768 bit RSA key. debug1: Seeding random number generator debug1: Seeding random number generator RSA key generation complete. debug1: Server will not fork when running in debugging mode. Connection from 212.17.69.74 port 997 debug1: Client protocol version 1.5; client software version OpenSSH_2.3.0p1 debug1: no match: OpenSSH_2.3.0p1 debug1: Local version string SSH-1.99-OpenSSH_2.3.0p1 debug1: Sent 768 bit public key and 1024 bit host key. debug1: Encryption type: 3des debug1: Received session key; encryption turned on. debug1: Installing crc compensation attack detector. debug1: Attempting authentication for administrator. Failed rsa for administrator from 212.17.69.74 port 997 Connection closed by 212.17.69.74 debug1: Calling cleanup 0x4149e4(0x0) 2. ssh: .... 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 212.17.69.74 [212.17.69.74] port 22. debug: Seeding random number generator debug: Allocated local port 994. debug: Connection established. debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1 debug: no match: OpenSSH_2.3.0p1 debug: Local version string SSH-1.5-OpenSSH_2.3.0p1 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). debug: Host '212.17.69.74' is known and matches the RSA host key. debug: Seeding random number generator debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. debug: Trying RSA authentication with key 'administrator AT MF1S' debug: Server refused our key. Permission denied. debug: Calling cleanup 0x414cf0(0x0) what else do i have to do? thanx a lot Matthias -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple