-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[exception] did not receive banner.
exception
#29
Comments
@jpluimers, do You really get that exception? I would like to debug that case, because only way I can achieve it, is by faking |
I should have put the |
OK, and also, please, let me know if You give up, so this issue shouldn't stay open forever. |
I got it one more time at a RaspberryPi connected via LAN from a MacBook connected via WiFi at my brothers place when he was using his microwave. Plain |
That could be the case, as I have set-up very small timeout limits (3 seconds for connection, 5 seconds for reading data) to use it for bulk scans and receive answer fast when ssh server doesn't respond. This could be made configurable, but that would add new option, which should be remembered and used. Does that sound something useful for You? |
It does. Though I understand your hesitation to add yet another set of options. |
Option could be added, just have to think about the naming and design, e.g., will that include two options (connection and read timeout) or a single one; how to specify them intuitively, etc. I was thinking something along the lines of |
Good idea. Note that having one option with a list of parameters can be hard parsing and harder to remember the order of the parameters, so it might be easier to support this:
|
For an
sshd
configuration, it is valid to have theBanner
option in/etc/ssh/sshd_config
set tonone
.However,
ssh-audit
then always throws a[exception] did not receive banner.
.It would be nice if
ssh-audit
could optionally skip checking for a banner.The text was updated successfully, but these errors were encountered: