Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0
-
None
-
windows as client
linux as ssh server
Description
Cannot connect to a ssh server with my private key.
I believe the issue is due to an JSCH bug.
Using the following lines:
session.setPassword(pass);
jsch.addIdentity(identityfile);
instead of
jsch.addIdentity(privateKeyFilePath,password);
authentication fails.
Attachments
Attachments
Issue Links
- is superceded by
-
VFS-283 SFTP can not use private keys protected by pass phrase
- Closed