Class InjectIgnoreFilter

java.lang.Object
org.apache.sshd.common.filter.IoFilter
org.apache.sshd.common.session.filters.InjectIgnoreFilter
All Implemented Interfaces:
Filter, Owned<FilterContext>

public class InjectIgnoreFilter extends IoFilter
A filter that injects SSH_MSG_IGNORE messages depending on the configuration settings.

This filter should be placed below the KexFilter to ensure that it doesn't inject ignore message during KEX.

  • Constructor Details

    • InjectIgnoreFilter

      public InjectIgnoreFilter(org.apache.sshd.common.PropertyResolver resolver)
  • Method Details