[libssh2] query regarding HostBasedAuth

2007-02-27 Thread Satish Mittal
Guyz, I need a clarification here from you all regarding the functionality of HostBasedAuthentication. 1) If the remote SFTP server admin wants to allow only Host based authentication, then the remote sshd_config should have 'HostBasedAuthentication' set to yes, and the rest set to no, like 'Pas

Re: [libssh2] SFTP Blocking Reads and Writes

2007-02-27 Thread Daniel Stenberg
On Sun, 25 Feb 2007, Lucas Newman wrote: > I've noticed that the new sftp_readnb and sftp_writenb functions don't > ever seem to block. I take it you meant that it always blocks... > Looking through the code, I think the reason is because _libssh2_sftp_read, > the internal function for reading,