ow2-proactive / programming

ProActive Programming library
http://proactive.activeeon.com/
GNU Affero General Public License v3.0
7 stars 19 forks source link

VFSFactory : prevent VFS SFTP provider to use system ssh keys #1385

Closed fviale closed 2 years ago

fviale commented 2 years ago

SFTP implementation inside VFS automatically uses private keys present on the system. This cause issues when we use a per-user authentication. This change disables the mechanism.

fviale commented 2 years ago

Retest this please