#868 closed enhancement (fixed)
Update SSH library
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | External files support 1.2 |
Component: | net.sf.basedb.xfiles | Keywords: | |
Cc: |
Description
See #867.
Change History (2)
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
(In [3804]) References #868: Update SSH library
Use a singleton Config
instance for all SSH connections (maintained by the SftpConnectionManagerFactory
class). This avoids a lot of trying (and failing) to create all possible sorts of encryption-related factories each time a SSH connection is needed.
Note:
See TracTickets
for help on using tickets.
(In [3796]) Fixes #868: Update SSH library