[jira] [Updated] (SSHD-998) respect SftpVersionSelector when establishing a new connection

2020-05-17 Thread Holger Rehn (Jira)
[ https://issues.apache.org/jira/browse/SSHD-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Holger Rehn updated SSHD-998: - Description: Even if using an SftpVersionSelector (e.g. created by SftpVersionSelector.fixedVersionSelecto

[jira] [Created] (SSHD-998) respect SftpVersionSelector when establishing a new connection

2020-05-17 Thread Holger Rehn (Jira)
Holger Rehn created SSHD-998: Summary: respect SftpVersionSelector when establishing a new connection Key: SSHD-998 URL: https://issues.apache.org/jira/browse/SSHD-998 Project: MINA SSHD Issue T

[jira] [Comment Edited] (SSHD-506) Add support for aes128/256-gcm ciphers

2020-05-17 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/SSHD-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109606#comment-17109606 ] Matt Sicker edited comment on SSHD-506 at 5/17/20, 6:44 PM: I d

[jira] [Commented] (SSHD-506) Add support for aes128/256-gcm ciphers

2020-05-17 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/SSHD-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109606#comment-17109606 ] Matt Sicker commented on SSHD-506: -- I decided to cheat a little and go read the source cod

[jira] [Commented] (SSHD-506) Add support for aes128/256-gcm ciphers

2020-05-17 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/SSHD-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109564#comment-17109564 ] Matt Sicker commented on SSHD-506: -- Yup, it's not as simple an update as some of the other

[jira] [Commented] (SSHD-506) Add support for aes128/256-gcm ciphers

2020-05-17 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109548#comment-17109548 ] Lyor Goldstein commented on SSHD-506: - You have nailed the problem - I would have liked

[jira] [Commented] (SSHD-506) Add support for aes128/256-gcm ciphers

2020-05-17 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/SSHD-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109547#comment-17109547 ] Matt Sicker commented on SSHD-506: -- FYI, I'm working on a patch for this as part of some s

[jira] [Commented] (SSHD-997) Replace EdDSA-Java library with new ed25519-elisabeth implementation

2020-05-17 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109541#comment-17109541 ] Lyor Goldstein commented on SSHD-997: - Perhaps a more appropriate approach would be to

[jira] [Commented] (SSHD-997) Replace EdDSA-Java library with new ed25519-elisabeth implementation

2020-05-17 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109540#comment-17109540 ] Lyor Goldstein commented on SSHD-997: - I have looked over the code and it does not seem

[jira] [Updated] (SSHD-997) Replace EdDSA-Java library with new ed25519-elisabeth implementation

2020-05-17 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyor Goldstein updated SSHD-997: Priority: Minor (was: Major) > Replace EdDSA-Java library with new ed25519-elisabeth implementation

[jira] [Closed] (SSHD-995) Custom user defined Exception ,message need to send

2020-05-17 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyor Goldstein closed SSHD-995. --- Resolution: Not A Problem > Custom user defined Exception ,message need to send > -

[jira] [Resolved] (SSHD-996) Fetch Public Key from remote server

2020-05-17 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyor Goldstein resolved SSHD-996. - Resolution: Not A Problem Please use the d...@mina.apache.org.il mailing list for such questions si

[jira] [Commented] (SSHD-966) Deadlock on disconnection at the end of key-exchange

2020-05-17 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109536#comment-17109536 ] Lyor Goldstein commented on SSHD-966: - {quote} Server-side, I still get the deadlock, a

Re: SSHD Mina: Help to fetch public key from host

2020-05-17 Thread Lyor Goldstein
>> I have one requirement where I have to fetch public key from given remote host and port, Can you please help me for that, Please point me for any document, code snippet. There is class that I believe already does this: see SshKeyScanMain