ssh-audit on AIX server #327
Answered
by
jtesta
veguzmanch
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
In general, it is both very reliable and accurate. The only issue
comes when it encounters a rare SSH implementation that includes a
unique algorithm(s). If you're running OpenSSH on AIX, then the
results will be similar to, say, OpenSSH on Linux.
That said, there is no hardening guide written for the AIX platform
specifically. But assuming its based on OpenSSH, one could easily
adapt the Ubuntu 24 guide to it (and then submit the instructions as a
community-provided guide, as per
https://github.com/jtesta/ssh-audit/wiki/SSH-Hardening-Guides-Index).
Out of curiosity, what SSH implementation does AIX use these days?
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jtesta
-
|
Are you compiling those yourself from the official OpenSSH releases, or
are those provided by the AIX package manager?
If you're compiling them yourself, you'll have absolutely no problems
(at least... no special issues that are AIX-specific). If those
OpenSSH versions are provided by the AIX platform, then its possible
that special changes were made to them; if you get any surprising
results, please file a Github Issue so they can be fixed.
I'd expect you will have no problems, however.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
How reliable is ssh-audit auditing on AIX servers?
Regards,
Victor
Beta Was this translation helpful? Give feedback.
All reactions