Re: [VOTE] Mina SSHD 2.8.0

2021-11-30 Thread Thomas Wolf
On 30.11.21 08:12 , Guillaume Nodet wrote: I've staged a release candidate at https://repository.apache.org/content/repositories/orgapachemina-1061 [...]> Please review and vote ! +1 * JGit tests all work * NOTICE files have correct copyright range * Built with Java 1.8 Thanks,

Re: [VOTE] Mina SSHD 2.8.0

2021-11-30 Thread Jeff Genender
+1 Jeff > On Nov 30, 2021, at 12:12 AM, Guillaume Nodet wrote: > > I've staged a release candidate at > https://repository.apache.org/content/repositories/orgapachemina-1061 > GIt Tag: > https://github.com/apache/mina-sshd/releases/tag/sshd-2.8.0 > Issues solved: > >

Re: Phasing out Java 8 for MINA 2.2 and further

2021-11-17 Thread sebb
According to a comment on DIRMINA-1144 [1], Java 8 has longer support than Java 11 So I would recommend staying with Java 8 for now. Sebb [1]

Re: ByteBuffer (Was: Re: JIRA Emails)

2021-11-17 Thread Jonathan Valliere
Good job. So yeah, back to adopting Java 11 moving forward. On Wed, Nov 17, 2021 at 9:23 AM Thomas Wolf wrote: > On 17.11.21 14:37 , Jonathan Valliere wrote: > > The error you posted was related to java.lang.NoSuchMethodError: > > java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; and not the

ByteBuffer (Was: Re: JIRA Emails)

2021-11-17 Thread Thomas Wolf
On 17.11.21 14:37 , Jonathan Valliere wrote: The error you posted was related to java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; and not the SSLFilter. You sure there wasn’t something else wrong with your env cause I’m pretty sure ByteBuffer.fip() has been around

Re: JIRA Emails

2021-11-17 Thread Jonathan Valliere
@Christoph The error you posted was related to java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; and not the SSLFilter. You sure there wasn’t something else wrong with your env cause I’m pretty sure ByteBuffer.fip() has been around since ByteBuffer. On Nov 17, 2021 at

Re: JIRA Emails

2021-11-17 Thread Christoph John
I think one is for your personal mail address, the second for the dev mailing list. At least that is the case for me. Cheers, Chris. On 17.11.21 14:06, Jonathan Valliere wrote: Is everyone getting the JIRA emails twice or is that just me?

Re: Phasing out Java 8 for MINA 2.2 and further

2021-11-17 Thread Jeff MAURY
+1 On Wed, Nov 17, 2021 at 2:00 PM Emmanuel Lécharny wrote: > Hi ! > > Jonathan has started to implement a new version of SslFilter in the > 2.2.0 branch, which is a good thing. However, this implementation > requires a newer version of Java, namely Java 9. > > I suggest we switch to Java 11

Re: Mina web site fix

2021-10-31 Thread Emmanuel Lécharny
Ok, site up and running, with a few mistakes (like when on the main page, the downloads point to 2.1.4 instead of 2.1.5). I'm going to fix that today and then announce the new releases. On 30/10/2021 18:23, Jonathan Valliere wrote: Awesome. Thanks! On Sat, Oct 30, 2021 at 12:23 PM Emmanuel

Re: Mina web site fix

2021-10-30 Thread Jonathan Valliere
Awesome. Thanks! On Sat, Oct 30, 2021 at 12:23 PM Emmanuel Lécharny wrote: > Hi ! > > I just fixed some pb in our web site that make it impossible to publish. > > It should be up to date in the coming hours. > > I will also update the pages to reflect the current tools we are using > (hugo) to

Re: [jira] [Commented] (DIRMINA-1145) Mina Server is losing messages

2021-10-12 Thread Jonathan Valliere
Yes, the new SSLFilter (SSL2Filter) is only 2.2+ There are a number of issues in the 2.2 sprint (in JIRA) and anything you could do to help us test and complete issues will get us closer to an official 2.2 release. On Tue, Oct 12, 2021 at 1:09 PM Eliran (Jira) wrote: > > [ >

how to output customized response message to client after download task RE: [ftplet] how to judage the download is successful or not in [onDownloadEnd] method

2021-09-27 Thread 方勋
Dears I have found that the solution about below question on https://www.mail-archive.com/dev@mina.apache.org/msg22612.html the afterCommand method has the reply parameter,I can use 【reply.isPositive()】 to judge whether the download is successful or not public FtpletResult

Re: [jira] [Commented] (DIRMINA-1149) IoSession.write under multi-thread enviroment, lose message order

2021-09-18 Thread Jonathan Valliere
The 2.2.X branch is thread-safe. CONFIDENTIALITY NOTICE: The contents of this email message and any attachments are intended solely for the addressee(s) and may contain confidential and/or privileged information and may be legally protected from disclosure. On Sat, Sep 18, 2021 at 12:15 AM

Re: Dual Authentication

2021-08-07 Thread Thomas Wolf
On 05.08.21 08:02 , Sheshu Vadrevu wrote: Have implemented both ServerUserAuthService  and Factory too. But session.getUsername() is always null. So I am not able to set this property to different values for different users. Could you please show me a way to get the username. Thank you for

Re: SSHD Eclipse "maven-clean-plugin"

2021-08-07 Thread Thomas Wolf
Hi Jonathan, On 07.08.21 18:01 , Jonathan Valliere wrote: I was interested in checking out SSHD performs some SSL work to ensure that the work on SSL2 in MINA would be compatible and found out that Maven in Eclipse keeps throwing error about being unable to find "maven-clean-plugin-3.1.0" in

Re: Dual Authentication

2021-08-05 Thread Sheshu Vadrevu
ng.join(", ",getRequiredAuthentications())); return properties; } public abstract String[] getRequiredAuthentications(); } From: Thomas Wolf Date: Saturday, 31 July 2021 at 8:33 PM To: dev@mina.apache.org Subject: Re: Dual

Re: Timing issue with ftpserver losing input?

2021-08-02 Thread sebb
On Mon, 2 Aug 2021 at 14:23, sebb wrote: > > We are using ftpserver to test Commons NET, and started getting > failures when using Java 11+ on GitHub. > > The login sequence times out. > > After adding trace in NET and ftpserver, it appeared that the USER > command is not being seen by ftpserver

[jira] [Closed] (SSHD-1206) Facing re-login issue issue in SFTP server with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susmit Sarkar closed SSHD-1206. --- > Facing re-login issue issue in SFTP server with MINA sshd 2.

[jira] [Resolved] (SSHD-1206) Facing re-login issue issue in SFTP server with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
> Facing re-login issue issue in SFTP server with MINA sshd 2.7.0 > --- > > Key: SSHD-1206 > URL: https://issues.apache.org/jira/browse/SSHD-1206 > Project: MINA SSHD >

[jira] [Updated] (SSHD-1206) Facing re-login issue issue in SFTP server with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susmit Sarkar updated SSHD-1206: Summary: Facing re-login issue issue in SFTP server with MINA sshd 2.7.0 (was: Facing re-login

[jira] [Comment Edited] (SSHD-1206) Facing re-login issue issue in SCP with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
] [~lgoldstein] [~gnodet] any help will be appreciated was (Author: susmit07): [~twolf] [~lgoldstein] [~gnodet] ant help will be appreciated > Facing re-login issue issue in SCP with MINA sshd 2.7.0 > --- > > Ke

[jira] [Updated] (SSHD-1206) Facing re-login issue issue in SCP with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
# Shut down the server. # Restart again, you will fail to re-login again. # Close the entire window and you will be able to login  !image-2021-08-02-17-52-17-881.png|width=423,height=208! Attached is the sshd logs for reference, I didn't found the issue in 2..5.1, and was able to re-login, any leads

[jira] [Commented] (SSHD-1206) Facing re-login issue issue in SCP with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
> Facing re-login issue issue in SCP with MINA sshd 2.7.0 > --- > > Key: SSHD-1206 > URL: https://issues.apache.org/jira/browse/SSHD-1206 > Project: MINA SSHD > Issue T

[jira] [Created] (SSHD-1206) Facing re-login issue issue in SCP with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
Susmit Sarkar created SSHD-1206: --- Summary: Facing re-login issue issue in SCP with MINA sshd 2.7.0 Key: SSHD-1206 URL: https://issues.apache.org/jira/browse/SSHD-1206 Project: MINA SSHD Issue

[jira] [Updated] (SSHD-1206) Facing re-login issue issue in SCP with MINA sshd 2.7.0

2021-08-02 Thread Susmit Sarkar (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susmit Sarkar updated SSHD-1206: Priority: Blocker (was: Major) > Facing re-login issue issue in SCP with MINA sshd 2.

Re: Dual Authentication

2021-07-31 Thread Thomas Wolf
On 30.07.21 15:20 , Sheshu Vadrevu wrote: We are using apache mina sftp library to implement sftp server. We need your help in understanding how we can support DUAL Authentication(both public key and password). I noticed, public interface ServerAuthenticationManager has [...] String

Re: [ANNOUNCE] Apache SSHD 2.7.0 released

2021-05-31 Thread Vishnu Priya
Does this support SSH version 1 and version 2 both? Regards, Vishnupriya On Mon, 31 May 2021 at 2:52 PM, Guillaume Nodet wrote: > The Apache Mina team is pleased to announce the release of SSHD 2.7.0 > version. > > Apache SSHD is a 100% pure java library to support the SSH protocols on > both

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-28 Thread Jeff Genender
+1 Jeff > On May 28, 2021, at 12:27 AM, Emmanuel Lécharny wrote: > > My +1 with your key :-) > > On 28/05/2021 08:17, Guillaume Nodet wrote: >> I think we're still missing some votes... >> Le mar. 11 mai 2021 à 16:21, Guillaume Nodet a écrit : >>> I've staged another release candidate built

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-28 Thread Emmanuel Lécharny
My +1 with your key :-) On 28/05/2021 08:17, Guillaume Nodet wrote: I think we're still missing some votes... Le mar. 11 mai 2021 à 16:21, Guillaume Nodet a écrit : I've staged another release candidate built on JDK 1.8: * maven repo:

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-28 Thread Guillaume Nodet
I think we're still missing some votes... Le mar. 11 mai 2021 à 16:21, Guillaume Nodet a écrit : > I've staged another release candidate built on JDK 1.8: > * maven repo: > https://repository.apache.org/content/repositories/orgapachemina-1057 > * Distributions:

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-28 Thread Guillaume Nodet
I've added uploaded my key, thx ! Le ven. 14 mai 2021 à 15:15, Emmanuel Lécharny a écrit : > Hi, > > * checked that the code from the repo builds > * checked that the code from the distribution buildds > > I havve a slight remark: the packages have been signed with a pgp key > which is not

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-27 Thread Guillaume Nodet
+1 Le mar. 11 mai 2021 à 16:21, Guillaume Nodet a écrit : > I've staged another release candidate built on JDK 1.8: > * maven repo: > https://repository.apache.org/content/repositories/orgapachemina-1057 > * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.7.0/ > * Git

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-14 Thread Emmanuel Lécharny
Hi, * checked that the code from the repo builds * checked that the code from the distribution buildds I havve a slight remark: the packages have been signed with a pgp key which is not preesent on apache servers: gpg --verify apache-sshd-2.7.0-src.tar.gz.asc apache-sshd-2.7.0-src.tar.gz

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-12 Thread Thomas Wolf
On 11.05.21 16:21 , Guillaume Nodet wrote: I've staged another release candidate built on JDK 1.8: * maven repo: https://repository.apache.org/content/repositories/orgapachemina-1057 +1 * JGit tests pass with this release * Gerrit tests pass with this release * Gerrit load tests pass with

Re: [VOTE] Release Apache Mina SSHD 2.7.0 (2nd try)

2021-05-11 Thread Jeff Genender
+1 Jeff > On May 11, 2021, at 8:21 AM, Guillaume Nodet wrote: > > I've staged another release candidate built on JDK 1.8: > * maven repo: > https://repository.apache.org/content/repositories/orgapachemina-1057 > * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.7.0/ > *

Re: [VOTE] Release Apache Mina SSHD 2.7.0

2021-05-11 Thread Thomas Wolf
()Ljava/nio/ByteBuffer; at org.apache.sshd.common.io.nio2.Nio2Session.handleReadCycleCompletion(Nio2Session.java:356) Could you re-build with a JDK 8, please? Cheers, Thomas - To unsubscribe, e-mail: dev-unsubscr

Re: SSHD 2.7 release ?

2021-05-10 Thread Guillaume Nodet
I was on vacation and missed that email. I'll start the release asap. There are 2 PR pendings: [SSHD-704] Add support for RFC 8731 [SSHD-1017] Add support for chacha20-poly1...@openssh.com Maybe we

Re: SSHD 2.7 release ?

2021-05-08 Thread Thomas Wolf
On 27.04.21 17:31 , Lyor Goldstein wrote: I believe we have accumulated a respectable amount of bug fixes and features to justify the release of a (long awaited) new version. If there is no pending major bugfix or feature I would like to ask Guillaume to cut a version and put it to a vote.

Re: Does Apache Mina support ssh dsa keys?

2021-03-09 Thread Jonathan Valliere
DSA has been deprecated just about everywhere including Java. On Tue, Mar 9, 2021 at 4:01 AM Guillaume Nodet wrote: > You'll find the list of supported signatures at >https://github.com/apache/mina-sshd#implementedavailable-support > > Le mar. 9 mars 2021 à 09:55, Madhukiran a écrit : > >

Re: Does Apache Mina support ssh dsa keys?

2021-03-09 Thread Guillaume Nodet
You'll find the list of supported signatures at https://github.com/apache/mina-sshd#implementedavailable-support Le mar. 9 mars 2021 à 09:55, Madhukiran a écrit : > Hi, > > I understand that Apache Mina (java ssh client) supports ssh rsa keys. > Does it support dsa keys too? > > I request to

Re: Development still alive?

2021-02-21 Thread Christoph John
Hi Alex, disclaimer: I am in no way affiliated with MINA or Apache. But in general I think you should put a little more effort into your issues. E.g. https://issues.apache.org/jira/browse/DIRMINA-1140 has a screen shot (!) of an Exception and especially no instructions to reproduce the issue.

Re: Development still alive?

2021-02-20 Thread Jeff MAURY
Feel free to provide patches and PRs if you don't see the community showing up Le sam. 20 févr. 2021 à 14:45, Jonathan Valliere a écrit : > Alex, > > I think because of COVID everyone is just trying to keep their daily lives > together right now. I don't believe there are any current team

Re: Development still alive?

2021-02-20 Thread Jonathan Valliere
Alex, I think because of COVID everyone is just trying to keep their daily lives together right now. I don't believe there are any current team members who are paid (as part of their jobs) to work on the framework. Work would go a lot faster if there was. CONFIDENTIALITY NOTICE: The contents

RE: SftpErrorStatusDataHandler resolveErrorMessage () is not propagating back the custom message to the SSH client

2021-01-19 Thread Susmit Sarkar
Hello Team, Any update shall be helpful Just to keep you guys informed. For Apache sshd: [cid:image001.jpg@01D6EE6A.E5DBF530] For commercial SFTP server library, I am sending the custom error message and client is able to display it properly [cid:image003.jpg@01D6EE6A.E5DBF530] Will be

Re: [jira] [Commented] (SSHD-525) Add support for "posix-ren...@openssh.com" SFTP extension

2021-01-14 Thread Leshika Sahu 6A
On Thu, Jan 14, 2021 at 10:22 PM Lyor Goldstein (Jira) wrote: > > [ > https://issues.apache.org/jira/browse/SSHD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265011#comment-17265011 > ] > > Lyor Goldstein commented on SSHD-525: >

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-27 Thread Lyor Goldstein
>> Yes sorry, I was completely offline last week, but I'll do it next week. No hurry - just wanted to make sure we are on track

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-26 Thread Guillaume Nodet
Yes sorry, I was completely offline last week, but I'll do it next week. Le jeu. 24 déc. 2020 à 10:21, Lyor Goldstein a écrit : > Any progress on the release ? Did we achieve the necessary votes count ? > (seems to me we got at least 4 +1's...) > -- Guillaume Nodet

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-24 Thread Lyor Goldstein
Any progress on the release ? Did we achieve the necessary votes count ? (seems to me we got at least 4 +1's...)

Re: SocketTimeoutException when copying files using ScpClient

2020-12-21 Thread Lyor Goldstein
>> I understand that I need to increase the WAIT_FOR_SPACE_TIMEOUT = " channel-output-wait-for-space-timeout" But I am not exactly sure how to pass these config values when creating the scpClient. There are 2 options: * Globally SshClient client = SshClient.setupDefaultClient();

Re: apache sshd

2020-12-17 Thread Guillaume Nodet
Yes, you can have a look at the the JLine SSH support ( https://github.com/jline/jline3/blob/860c0d64a874ab7e327b0a21cc434a9aaf232149/remote-ssh/src/main/java/org/jline/builtins/ssh/Ssh.java ). What you need is to configure the SSH connection with the correct control char (

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-14 Thread Emmanuel Lécharny
No, this is the only instance that runs on my laptop. This error has been around for quite a long time on MacOSX. On 14/12/2020 19:45, Matt Sicker wrote: Are you running another copy of SSH somewhere? You can check the output of `sudo lsof -i` to see what programs are using what

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-14 Thread Emmanuel Lécharny
No, this is the only instance that runs on my laptop. This error has been around for quite a long time on MacOSX. On 14/12/2020 19:45, Matt Sicker wrote: Are you running another copy of SSH somewhere? You can check the output of `sudo lsof -i` to see what programs are using what

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-14 Thread Matt Sicker
Are you running another copy of SSH somewhere? You can check the output of `sudo lsof -i` to see what programs are using what ports/interfaces/etc. On Mon, 14 Dec 2020 at 10:47, Emmanuel Lécharny wrote: > > Was sent to Guillaume instead of the list... > > > > Forwarded Message

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-14 Thread Thomas Wolf
On 07.12.20 21:29 , Guillaume Nodet wrote: I've staged a release candidate: * maven repo: https://repository.apache.org/content/repositories/orgapachemina-1052 * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.6.0/ +1 . Source distro builds cleanly; 1 flaky test:

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-10 Thread Guillaume Nodet
+1 Le lun. 7 déc. 2020 à 21:29, Guillaume Nodet a écrit : > I've staged a release candidate: > * maven repo: > https://repository.apache.org/content/repositories/orgapachemina-1052 > * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.6.0/ > * Git tag:

Re: [VOTE] Release Apache Mina SSHD 2.6.0

2020-12-08 Thread Lyor Goldstein
+1

Re: Propose to release SSHD 2.6.0

2020-12-03 Thread Guillaume Nodet
ing > urgent/important issues I would like to recommend that we start the process > of releasing 2.6.0 - especially since we also plan to engage in a major > re-factoring (a.k.a. 3.0). > > Guillaume - what do you think? If you agree, can you get the ball rolli

Re: Apache MINA SSHD 2.6.0 release date?

2020-12-03 Thread Lyor Goldstein
>> Do you have any planned release date for a version supporting this? As a matter of fact I intend to propose this in the next few days (just tying up some loose ends,,,)

Re: SSHD Custom ShellFactory

2020-10-29 Thread Lyor Goldstein
>> Looks like I was able to get it to work JLine following the example outlined here: https://www.google.com/amp/s/blog.javaforge.net/post/68495259926/embedded-ssh-daemon-and-remote-shell-for-java-applicatio/amp <

Re: SSHD Custom ShellFactory

2020-10-28 Thread Oskar Z
Looks like I was able to get it to work JLine following the example outlined here: https://www.google.com/amp/s/blog.javaforge.net/post/68495259926/embedded-ssh-daemon-and-remote-shell-for-java-applicatio/amp

Re: SSHD Custom ShellFactory

2020-10-28 Thread Oskar Z
Thank you! Are there examples of JLine and using in App code? Regards, Oskar > On Oct 28, 2020, at 3:48 PM, Guillaume Nodet wrote: > > Jline can be used to create a fully functional shell and integrate it into > JLine. > The issue Lyor pointed is when you want to integrate SSHD with a native

Re: SSHD Custom ShellFactory

2020-10-28 Thread Guillaume Nodet
Jline can be used to create a fully functional shell and integrate it into JLine. The issue Lyor pointed is when you want to integrate SSHD with a native shell such as bash instead of using a java shell. This cause issues which haven't been fully resolved yet. If you want to check using a java

Re: SSHD Custom ShellFactory

2020-10-28 Thread Lyor Goldstein
>> I found this project called JLine, and help can be provided there for SSHD and console/terminals? See https://issues.apache.org/jira/browse/SSHD-1029 - turns out it's not that simple even with JLine

Re: SSHD Custom ShellFactory

2020-10-28 Thread Oskar Z
I found this project called JLine, and help can be provided there for SSHD and console/terminals? > On Oct 28, 2020, at 12:23 PM, Lyor Goldstein wrote: > >>> But now the issue is how do I get the ECHO to work! When I type my > command, I need to see what I type, as soon as I type a character,

Re: SSHD Custom ShellFactory

2020-10-28 Thread Lyor Goldstein
>> But now the issue is how do I get the ECHO to work! When I type my command, I need to see what I type, as soon as I type a character, just like in any normal terminal. I understand how the ProcessShell works, as the process has Input, Output and Error (which is used as Echo stream) streams,

Re: SSHD Custom ShellFactory

2020-10-27 Thread Oskar Z
I have made some more progress, not sure if this will work for all cases, but it works on MacOS and Linux. I had to extend TtyFilterOutputStream with my own class / methods to handleLF and handleCR. So the output looks fine: READY STARTRECORD Status --- Running: 1

Re: SSHD Custom ShellFactory

2020-10-27 Thread Oskar Z
Thanks! So looks like the issue is still unresolved. I think this is very critical. So I have made some progress, but now everything is written to the same line, no matter what. I’m using the following PTY options: PtyMode.ONLCR PtyMode.OCRNL PtyMode.ONOCR PtyMode.ECHO PtyMode.INLCR

Re: SSHD Custom ShellFactory

2020-10-27 Thread Lyor Goldstein
>> I would really appreciate someone who has experience with this to give me some guidance. I have searched the web and cannot seem to find anything. >> Hope someone can help… This is an oldie but goodie - we have made several attempts in the past (see SSHD-897 SSHD-1029) but we always come up

Re: SSHD Custom ShellFactory

2020-10-26 Thread Oskar Z
Let me see if I could put some more details around this. So I have two problems. I think they are around PtyModes. 1. The carriage return is not honored no matter what I options I use. I’m just simply trying to get it to work in Mac/Linux environment. Unless I specifically add \r\n it does not

Re: Help on permissions on SCP and SFTP operations

2020-10-17 Thread Lyor Goldstein
>> The use case is beforeany file operations I need to check whether the user in session is having permissions to carry on the operations, This involves registering your own SftpFileSystemAccessor via: SftpSubsystemFactory factory = new SftpSubsystemFactory.Builder()

Re: [jira] [Created] (DIRMINA-1138) Java Module support

2020-10-11 Thread Jonathan Valliere
There is a huge problem in eclipse with Java 9 Modules and the src/test folder structure in Maven. I still don’t think it’s been resolved. On Sun, Oct 11, 2020 at 10:33 PM Gili (Jira) wrote: > Gili created DIRMINA-1138: > - > > Summary: Java Module

Re: Reminde: How to use ls command with SftpClient Apache library

2020-09-20 Thread Leshika Sahu 6A
Hello Team, I am passing this url from application and based on this url I want to get all file from this path. dir/dir1*/ dir/dir1? So Can you please give me example ASAP. On Sun, Sep 20, 2020 at 8:02 AM Leshika Sahu 6A wrote: > Hello Guillaume, > Thanks for your response. > > I am using

Re: Reminde: How to use ls command with SftpClient Apache library

2020-09-19 Thread Leshika Sahu 6A
I didn’t get answer for this issue Hello Team, I want to use Apache library for ls Unix command. Means same list I want to get using Apache library. So can lease advice. How to use ls command with SftpClient Apache library. I want to use Apache library For matching pattern below:

Re: Enhancements to IoBufferHexDumper

2020-09-13 Thread Jonathan Valliere
This was my original option, just weary about changing anything with the public api. Thanks On Sun, Sep 13, 2020 at 3:34 AM Jeff MAURY wrote: > Add a new method getHexDump with a pretty flag and use the old one to call > > with false > > > > Le dim. 13 sept. 2020 à 01:23, Jonathan Valliere a

Re: Enhancements to IoBufferHexDumper

2020-09-13 Thread Jeff MAURY
Add a new method getHexDump with a pretty flag and use the old one to call with false Le dim. 13 sept. 2020 à 01:23, Jonathan Valliere a écrit : > I'm adding some additional methods to IoBufferHexDumper to produce pretty > hex dumps for debugging purposes. > > Possible options to expose the new

Re: Question on support for TLSv1.3

2020-09-05 Thread Jonathan Valliere
Looks like it's a bug in JDK 11; Try JDK 12 and let me know. https://webtide.com/openjdk-11-and-tls-1-3-issues/ On Sat, Sep 5, 2020 at 6:41 AM Ratnakar Lingamallu < lingamallu.ratna...@gmail.com> wrote: > Not sure if I have the privilege to create the JIRA ticket. Please let me > know if any

Re: Question on support for TLSv1.3

2020-09-05 Thread Ratnakar Lingamallu
Not sure if I have the privilege to create the JIRA ticket. Please let me know if any additional information required. On Sat, Sep 5, 2020 at 4:09 PM Ratnakar Lingamallu < lingamallu.ratna...@gmail.com> wrote: > Thanks for the reply. > We are using Java 11.0.6(I am fine with anything greater

Re: Question on support for TLSv1.3

2020-09-05 Thread Ratnakar Lingamallu
Thanks for the reply. We are using Java 11.0.6(I am fine with anything greater than 11.0.6). SSLContext sslCtx = SSLContext.getInstance("TLSv1.3"); sslFilter.setEnabledProtocols(new String[] { "SSLv2Hello", "TLSv1.3" });sslFilter.setEnabledCipherSuites(new String[]); Please let me know if any

Re: Question on support for TLSv1.3

2020-09-04 Thread Jonathan Valliere
Please create a ticket in JIRA and let us know the version of Java you are using and how you configured the TLS. I’ll look into it when the ticket is made and I can try to reproduce it. Have you tried using MINA 2.1? On Fri, Sep 4, 2020 at 4:53 AM Ratnakar Lingamallu <

Re: Result, was: [VOTE] Release Apache MINA 2.1.4

2020-08-24 Thread Emmanuel Lécharny
Hi ! FTR, I pushed the packages, but I still have to update the website. The new site is a bit different, and I probably have to find the best way to push the generated docs. Something like what Bean did is probably the way to go, but I have to spend some time on that (later this week).

Re: [VOTE] Release Apache MINA 2.1.4

2020-08-19 Thread Jeff MAURY
+1 On Mon, Aug 17, 2020 at 8:38 PM Christoph John wrote: > +1 > > Cheers, > Chris. > > Am 17. August 2020 18:35:25 MESZ schrieb "Emmanuel Lécharny" < > elecha...@gmail.com>: > >Hi ! > > > >I'm calling for a vote of Apache MINA 2.1.4 release. > > > >It fixes the following issues : > > > > >

Re: [VOTE] Release Apache MINA 2.1.4

2020-08-17 Thread Christoph John
+1 Cheers, Chris. Am 17. August 2020 18:35:25 MESZ schrieb "Emmanuel Lécharny" : >Hi ! > >I'm calling for a vote of Apache MINA 2.1.4 release. > >It fixes the following issues : > > >Bugs > >     [DIRMINA-966] - NIO Datagram messages can get duplicated when >unable to be sent by the

Re: [VOTE] Release Apache MINA 2.1.4

2020-08-17 Thread Jeff Genender
+1 Jeff > On Aug 17, 2020, at 10:35 AM, Emmanuel Lécharny wrote: > > Hi ! > > I'm calling for a vote of Apache MINA 2.1.4 release. > > It fixes the following issues : > > > Bugs > > [DIRMINA-966] - NIO Datagram messages can get duplicated when unable to > be sent by the underlying

Re: [VOTE] Release Apache MINA 2.1.4

2020-08-17 Thread Jonathan Valliere
+1 On Mon, Aug 17, 2020 at 12:35 PM Emmanuel Lécharny wrote: > Hi ! > > > > I'm calling for a vote of Apache MINA 2.1.4 release. > > > > It fixes the following issues : > > > > > > Bugs > > > > [DIRMINA-966] - NIO Datagram messages can get duplicated when > > unable to be sent by the

Re: Jenkins / site

2020-07-25 Thread Roy Lenferink
On 2020/07/20 20:53:24, Emmanuel Lécharny wrote: > > On 20/07/2020 22:45, Jonathan Valliere wrote: > > Okay. Emmanuel is our go-to person for managing the CI but he has been > > unavailable recently so I should take a look at this so I can be useful. > > > I'm mostly absent, but I follow

Re: Jenkins / site

2020-07-20 Thread Jonathan Valliere
That said, we need to push a new build of 2.1.X out the door. On Mon, Jul 20, 2020 at 4:53 PM Emmanuel Lécharny wrote: > > On 20/07/2020 22:45, Jonathan Valliere wrote: > > Okay. Emmanuel is our go-to person for managing the CI but he has been > > unavailable recently so I should take a look at

Re: Jenkins / site

2020-07-20 Thread Emmanuel Lécharny
On 20/07/2020 22:45, Jonathan Valliere wrote: Okay. Emmanuel is our go-to person for managing the CI but he has been unavailable recently so I should take a look at this so I can be useful. I'm mostly absent, but I follow what's going on. If there is a task I can complete quickly, then I

Re: Jenkins / site

2020-07-20 Thread Jonathan Valliere
Okay. Emmanuel is our go-to person for managing the CI but he has been unavailable recently so I should take a look at this so I can be useful. On Mon, Jul 20, 2020 at 2:55 PM Roy Lenferink wrote: > This affects all CI builds running on builds.a.o. See [1] for the > announcement on builds@ > >

Re: Jenkins / site

2020-07-20 Thread Roy Lenferink
This affects all CI builds running on builds.a.o. See [1] for the announcement on builds@ [1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E The cutoff date is August 15th, that's why I started with the site job already.

Re: Jenkins / site

2020-07-20 Thread Jonathan Valliere
Is this just for the MINA site or also for our CI builds? On Mon, Jul 20, 2020 at 1:16 PM Roy Lenferink wrote: > Hi all, > > The builds.a.o environment is on the move to a new ci-builds.a.o > environment. Some time ago I > created a mina-site job to generate the MINA site. The configuration was

Re: [VOTE] Release Apache Mina SSHD 2.5.1

2020-06-29 Thread Guillaume Nodet
+1 Le ven. 26 juin 2020 à 11:16, Guillaume Nodet a écrit : > I've staged a release candidate: > * Maven Repo: > https://repository.apache.org/content/repositories/orgapachemina-1050 > * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.5.1/ > * Git Tag:

Re: [VOTE] Release Apache Mina SSHD 2.5.1

2020-06-26 Thread Jeff Genender
+1 Jeff > On Jun 26, 2020, at 3:16 AM, Guillaume Nodet wrote: > > I've staged a release candidate: > * Maven Repo: > https://repository.apache.org/content/repositories/orgapachemina-1050 > * Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.5.1/ > * Git Tag:

Re: [VOTE] Release Apache Mina SSHD 2.5.1

2020-06-26 Thread Lyor Goldstein
+1 >> This release is a bug fix release for SSHD-1022 .

Re: Release 2.5.1 patch due to SSHD-1022 ?

2020-06-26 Thread Lyor Goldstein
>> Sorry, I just saw your message, the release has been uploaded already No problem - we'll include it in the next release then...

Re: Release 2.5.1 patch due to SSHD-1022 ?

2020-06-26 Thread Lyor Goldstein
>> A release sounds good to me. I can start the release process now. Can you wait 2-3 hours ? I would like to add some log messages to Nio2Session that might help diagnose read/write errors like the one mentioned in SSHD-1020

Re: [VOTE] Release Apache Mina SSHD 2.5.0

2020-06-22 Thread Guillaume Nodet
+1 Le mar. 16 juin 2020 à 17:27, Guillaume Nodet a écrit : > I've staged a release candidate: > * Repo: > https://repository.apache.org/content/repositories/orgapachemina-1049 > * Distributions: >

Re: [VOTE] Release Apache Mina SSHD 2.5.0

2020-06-18 Thread Emmanuel Lécharny
On 18/06/2020 17:23, Martin Perina wrote: Hi, not sure if my voice counts, Every voice count ! Even if you vote is not binding, a -1 would clearly be addressed :-) Thanks ! - To unsubscribe, e-mail:

Re: [VOTE] Release Apache Mina SSHD 2.5.0

2020-06-18 Thread Martin Perina
Hi, not sure if my voice counts, but definitely +1 from me. I've just verified that rsa-sha2 support for a client has been fixed since 2.4.0 and all other flows we are using in oVirt work as expected. So looking forward to official release! Thanks, Martin On Tue, Jun 16, 2020 at 7:39 PM Lyor

Re: [VOTE] Release Apache Mina SSHD 2.5.0

2020-06-18 Thread Jeff Genender
+1 Jeff > On Jun 18, 2020, at 1:35 AM, Emmanuel Lécharny wrote: > > My +1 > > - built from git and from packages > > - signature checked > > > I insist that the packages should be pushed into > https://dist.apache.org/repos/dist/dev/mina/sshd/ with SHA256 and SHA512 > signatures, as

Re: [VOTE] Release Apache Mina SSHD 2.5.0

2020-06-18 Thread Guillaume Nodet
I've uploaded the packages signed with a stronger key at https://dist.apache.org/repos/dist/dev/mina/sshd/2.5.0/ Le jeu. 18 juin 2020 à 09:35, Emmanuel Lécharny a écrit : > My +1 > > - built from git and from packages > > - signature checked > > > I insist that the packages should be pushed

<    6   7   8   9   10   11   12   13   14   15   >