Re: [VFS] [PATCH] SftpFileProvider.java

2003-06-24 Thread Adam Murdoch
Hi, This has been committed. Thanks for the patch. On Wed, 11 Jun 2003 01:01 am, steve wrote: > Key based authentication simply requires loading the private key. Does it work if there is a passphrase on the private key? > This > patch is a bit of a cludge. It might be nice to configure prope

[VFS] [PATCH] SftpFileProvider.java

2003-06-10 Thread steve
Key based authentication simply requires loading the private key. This patch is a bit of a cludge. It might be nice to configure properties for where to look for the key file (and the known hosts for that matter). Index: SftpFileProvider.java ===