This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sshd is too slow


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.
> sky@TH143127:~$
> 
> 
> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]