I install software of openssh at windows 2003 server,I use the putty.exe tool of remote connect,when I set config file d:\program files\openssh\etc\sshd_config ??installed openssh software in windows2003server. The client software is putty.exe. When I set up the sever to use the password Authentication, it works. But it disconnects after passing the certification when I set the sever to use the RSA. When I use connect putty with the sever, it comes the log as following. I want to know why. 2004-01-02 16:00:06 Looking up host "211.184.96.24" 2004-01-02 16:00:06 Connecting to 211.184.96.24 port 22 2004-01-02 16:00:08 Server version: SSH-1.99-OpenSSH_3.7.1p1 2004-01-02 16:00:08 We claim version: SSH-1.5-PuTTY-Release-0.53b 2004-01-02 16:00:08 Using SSH protocol version 1 2004-01-02 16:00:08 Received public keys 2004-01-02 16:00:08 Host key fingerprint is: 2004-01-02 16:00:08 1024 a1:4d:ba:36:da:ba:6e:f2:ad:a8:27:ac:de:2d:10:60 2004-01-02 16:00:08 Encrypted session key 2004-01-02 16:00:08 AES not supported in SSH1, skipping 2004-01-02 16:00:08 Using Blowfish encryption 2004-01-02 16:00:08 Trying to enable encryption... 2004-01-02 16:00:08 Initialised Blowfish encryption 2004-01-02 16:00:09 Installing CRC compensation attack detector 2004-01-02 16:00:09 Successfully started encryption 2004-01-02 16:00:12 Sent username "openssh" 2004-01-02 16:00:12 Trying public key "F:\user\zdm\.ssh\pri.PPK" 2004-01-02 16:00:19 Remote dRSA authentication accepted. 2004-01-02 16:00:20 Authentication successful 2004-01-02 16:00:21 Allocated pty 2004-01-02 16:00:21 Started session 2004-01-02 16:00:27 Server sent command exit status 255 ---???--- ****************************************************** * ???????????????? * Tel:(010)62781150?62782640?62781708?635 * Fax:(010)62794591 * Email:zhangdm at intelware.com.cn?eyetoheart at 163.com * ??????????A???307?? ******************************************************
On Tue, Jan 06, 2004 at 09:12:36AM +0800, zhangdm wrote:> I install software of openssh at windows 2003 server,I use the putty.exe > tool of remote connect,when I set config file d:\program > files\openssh\etc\sshd_config > ????installed openssh software in windows2003server. The client software > is putty.exe. When I set up the sever to use the password Authentication, > it works. But it disconnects after passing the certification when I set > the sever to use the RSA. When I use connect putty with the sever, it > comes the log as following. I want to know why.Logs are good, but I think the output from running sshd -ddd on the server would be more useful in finding this problem. I suggest you switch to SSH version 2 as well, not that I'm sure it would help solve the problem however. //Peter