Joe Testa
Joe Testa
Could you please paste the entire ssh-audit output of a scan that produced this output? That would help me understand what it did exactly, and why. Thanks!
Thanks for posting the output. I see what you're referring to. The tool's recommendations section is simply saying what safe additional algorithms could be enabled on the server. I suppose...
> an ssh-audit not print out the desired sshd config as an option This would require ssh-audit to be able to precisely identify the server's precise OpenSSH version. This isn't...
> I thought something like: > > ssh-audit --Centos7-sshd_config or > ssh-audit --RHEL9-sshd_config > ssh-audit --RHEL9-ssh_config Ahh, I see what you mean. Sure, that would be pretty straightforward to add,...
Thanks for the heads up! It seems like a test for this issue would be to simply validate the RSA signatures we receive while running scans. If it fails, we...
As of this writing, it does not appear that Windows executables can be generated. Furthermore, Codon doesn't seem to be able to understand the module structure we use. Nor does...
Hmm... I see the "$" in your command prompt. Does that mean you ran it as a non-root user? If so, that would be the problem, since only root can...
Could you re-try without using the `-p 22` option? By default, it will listen on 2222/tcp. Does that still result in an error?
@Ricky-Tigg : I checked in a small change into the `master` branch which prints more verbose error messages when socket listening operations fail. Can you please try with this version?
> Listening for client connection on port 2222... > Warning: failed to listen on any IPv4 interfaces: [Errno 98] Address already in use > Warning: failed to listen on any...