I intent to use this feature to allow anonymous authentication only
for connections coming from the same host:
http://techdm.com/grails/?p=323&lang=en
Is override SshServer.createAcceptor() and return a specialized
NioSocketAcceptor the way to go?
http://www.mail-archive.com/[email protected]/msg03829.html
Thanks.
Daniel Henrique Alves Lima wrote:
I'm probably looking for a SSHD implementation of the following
feature:
https://issues.apache.org/jira/browse/FTPSERVER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998022#comment-12998022
Daniel Henrique Alves Lima wrote:
Hi.
A newbie question:
Is it possible to write an UserAuth that will refuse connections
based on the client IP? Is it possible to prevent connection from a
range of IPs in any other way? How?
I have a dynamic range of IPs and I want to simply allow or deny
connections coming from those IPs. How should I proceed?
Thanks in advance.
Best regards,
Daniel.