[
https://issues.apache.org/jira/browse/CAMEL-22379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057314#comment-18057314
]
Luigi De Masi edited comment on CAMEL-22379 at 2/9/26 1:31 PM:
---------------------------------------------------------------
[~davsclaus] about the first two errors, maybe you have some user defined on
~/.ssh/config for localhost or for `Host *`. Apache Mina may use the system's
SSH config or fall back to System.getProperty("user.name") when no username is
provided.
About the s390x architecture, I'm opening a pr to disable that tests on that
specific architecture.
was (Author: ldemasi):
[~davsclaus] about the first error, maybe you have some user defined on
~/.ssh/config for localhost or for `Host *`. Apache Mina may use the system's
SSH config or fall back to System.getProperty("user.name") when no username is
provided.
About the s390x architecture, I'm opening a pr to disable that tests on that
specific architecture.
> camel-mina-sftp - FTP component based on Mina SSHD FTP
> ------------------------------------------------------
>
> Key: CAMEL-22379
> URL: https://issues.apache.org/jira/browse/CAMEL-22379
> Project: Camel
> Issue Type: New Feature
> Components: camel-ftp
> Reporter: Claus Ibsen
> Assignee: Luigi De Masi
> Priority: Major
> Fix For: 4.18.0
>
>
> Mina SFTP
> [https://github.com/apache/mina-sshd/tree/master/sshd-sftp]
> There is demand for more modern security for SFTP that JSCH library does not
> offer such as OpenSSH certificates and whatlese.
> The Apache Mina is a sister project and they have SFTP support
> Lets see if we can make a new component that uses the Mina SFTP client and
> has support for OpenSSH and other security settings.
> This would require to add this on top of camel-ftp or camel-file to leverage
> all the existing file based functionality.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)