Skip to content

Commit

Permalink
fix #892: make sftp key authentication work again
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Apr 23, 2023
1 parent 9d53b9a commit 38b79fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ public AbstractFile getCanonicalFile() {
try {
FileURL canonicalURL = FileURL.getFileURL(canonicalPath);
canonicalURL.setCredentials(fileURL.getCredentials());
canonicalURL.importProperties(getURL());

return FileFactory.getFile(canonicalURL);
}
Expand Down
2 changes: 1 addition & 1 deletion mucommander-protocol-sftp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api project(':mucommander-protocol-api')
api project(':mucommander-translator')

implementation 'com.jcraft:jsch:0.1.55'
implementation 'com.github.mwiede:jsch:0.2.8'
implementation 'com.jcraft:jzlib:1.1.3'

testImplementation 'org.testng:testng:6.11'
Expand Down
4 changes: 2 additions & 2 deletions package/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ What's new since v1.2.0 ?
-----------------------

New features:
- Added Replace All functionality to Text Editor
- Added Replace All functionality to Text Editor.
- Added undo/redo support for internal binary editor.

Improvements:
Expand All @@ -42,7 +42,7 @@ Localization:
-

Bug fixes:
-
- Fixed connection to SFTP servers using a private key.

Known issues:
- Some translations may not be up-to-date.
Expand Down

0 comments on commit 38b79fb

Please sign in to comment.