Skip to content

Commit

Permalink
enable root to tail (all) files via sftp
Browse files Browse the repository at this point in the history
fixed other place too
otros-systems#607
  • Loading branch information
Christian Nüssgens committed Apr 20, 2022
1 parent 06b5216 commit 3bf7f53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ public static FileObject resolveFileObject(String filePath) throws FileSystemExc
builder.setUserDirIsRoot(opts, false);
builder.setCompression(opts, "zlib,none");
builder.setIdentityRepositoryFactory(opts, new PageantIdentityRepositoryFactory());
builder.setDisableDetectExecChannel(opts, true); // see https://issues.apache.org/jira/browse/VFS-818

} else if (filePath.startsWith("smb://")) {

Expand Down

0 comments on commit 3bf7f53

Please sign in to comment.