[jira] [Updated] (SSHD-670) Provide automatic compression of uploaded/downloaded files via SCP

2016-06-22 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goldstein Lyor updated SSHD-670: Fix Version/s: (was: 1.3.0) > Provide automatic compression of uploaded/downloaded files via SCP >

[jira] [Commented] (SSHD-670) Provide automatic compression of uploaded/downloaded files via SCP

2016-06-22 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345646#comment-15345646 ] Goldstein Lyor commented on SSHD-670: - More complex than I thought - need to compress it

[jira] [Work stopped] (SSHD-670) Provide automatic compression of uploaded/downloaded files via SCP

2016-06-22 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-670 stopped by Goldstein Lyor. --- > Provide automatic compression of uploaded/downloaded files via SCP > --

[jira] [Updated] (SSHD-670) Provide automatic compression of uploaded/downloaded files via SCP

2016-06-22 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goldstein Lyor updated SSHD-670: Priority: Minor (was: Major) > Provide automatic compression of uploaded/downloaded files via SCP > -

[jira] [Work started] (SSHD-670) Provide automatic compression of uploaded/downloaded files via SCP

2016-06-22 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-670 started by Goldstein Lyor. --- > Provide automatic compression of uploaded/downloaded files via SCP > --

[jira] [Created] (SSHD-670) Provide automatic compression of uploaded/downloaded files via SCP

2016-06-22 Thread Goldstein Lyor (JIRA)
Goldstein Lyor created SSHD-670: --- Summary: Provide automatic compression of uploaded/downloaded files via SCP Key: SSHD-670 URL: https://issues.apache.org/jira/browse/SSHD-670 Project: MINA SSHD

RE: Block all the incoming traffic using Blacklist.

2016-06-22 Thread elijah baley
In MINA SSHD you can register a SessionEventListener and be notified when a connection is eastablished. At that point you can examine the remote peer (client) address against your white/black list and throw an exception if it is not allowed to connect. > From: jain.garim...@gmail.com > Date: We

RE: Partial Disabling of port 22 using apache-mina SSHD

2016-06-22 Thread elijah baley
Sorry, mail communication is best I can do for now... > Date: Wed, 22 Jun 2016 00:04:31 +0530 > Subject: RE: Partial Disabling of port 22 using apache-mina SSHD > From: jain.garim...@gmail.com > To: dev@mina.apache.org > > Hey, thanks for the detailed info. Is there any way we can have a chat > o

Block all the incoming traffic using Blacklist.

2016-06-22 Thread garima jain
Hi All, How do we block traffic from all the ip's using Blacklist. As in I don't see any method fulfilling the requirement. -Garima Jain.