On Wed 08-09-17 03:19, Menghan Zheng wrote: > command "ssh localhost -p 1022 -vvv" shows that: > > ... > debug3: sign_and_send_pubkey > //here costs me nearly 4 seconds! > debug2: we sent a publickey packet, wait for reply > ... > debug2: shell request accepted on channel 0 > Last login: Wed Sep 17 16:16:07 2008 from th143127.ip.tsinghua.edu.cn > //here costs me nearly 3 seconds. > [EMAIL PROTECTED]:~$ > > > why is my sshd too slow?
Try adding this line to /etc/sshd_config: UseDNS no Does that help? -- Tom Schutter First American - Proxix Solutions 303-440-7272 x6822 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/