#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 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 7 years ago by
(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