[hlds_linux] hldsupdatetool : slow when disable PasswordAuthentication in ssh config

2009-09-04 Thread Syam
Hi, When disable PasswordAuthentication in sshd_config (to only allow key authentication), i am unable to perform an update, it's slow and can freeze. Anybody have the same issue ? Why does this config impact hldsupdatetool ? Syam ___ To

Re: [hlds_linux] hldsupdatetool : slow when disable PasswordAuthentication in ssh config

2009-09-04 Thread Ronny Schedel
man screen Hi, When disable PasswordAuthentication in sshd_config (to only allow key authentication), i am unable to perform an update, it's slow and can freeze. Anybody have the same issue ? Why does this config impact hldsupdatetool ? Syam

Re: [hlds_linux] hldsupdatetool : slow when disable PasswordAuthentication in ssh config

2009-09-04 Thread Shane Arnold
Is the actual update slower? Or does the SSH session respond slower (lagged input e.t.c). Can't say I have that issue on mine (I also only allow authentication by keys/certs). Syam wrote: Hi, When disable PasswordAuthentication in sshd_config (to only allow key authentication), i am

Re: [hlds_linux] hldsupdatetool : slow when disable PasswordAuthentication in ssh config

2009-09-04 Thread Oliver Salzburg
I fail to see how the auth mechanism of SSH could have any impact on the performance of hldsupdatetool. Maybe you're just having bad luck with your content servers. Shane Arnold wrote: Is the actual update slower? Or does the SSH session respond slower (lagged input e.t.c). Can't say I have

Re: [hlds_linux] hldsupdatetool : slow when disable PasswordAuthentication in ssh config

2009-09-04 Thread Syam
Agree with you, i see no link between ssh and updatetool. But i made different tests on different hosts and with several friends, same issue : PasswordAuthentication no slow down hldsupdatetool update process. back to yes instanlty work perfectly. I just see this ssh variable affect update. No

Re: [hlds_linux] hldsupdatetool : slow when disable PasswordAuthentication in ssh config

2009-09-04 Thread Romain Pierre
Hi, Maybe the file key use a more stronger crypt algorithm and the text output (the file listing when updating) take more time to crypt and decrypt data from remote computer to local putty? Please, can you try the same thing with a tar command? (in order to have the same file listing, but no

Re: [hlds_linux] hldsupdatetool : slow when disable PasswordAuthentication in ssh config

2009-09-04 Thread GRYZOR
No. This will not have any impact what-so-ever. The encryption is not changed just because you use priv/pub-keys, the encryption of the command-channel is still identical. On Fri, Sep 4, 2009 at 7:57 PM, Romain Pierreult...@gmail.com wrote: Hi, Maybe the file key use a more stronger crypt