Hi, we're installing ssh on our AIX servers.
We've installed the rpm requisites (zlib, prngd, openssl and openssl-devel) and downloaded and installed openssh from
It is working fine, but we're not able to increase the number of unsuccesfull logins.
In the sshd_config we've put
MaxAutTries 6, but it only accepts 2 atempts, if the second login is unsuccesfull it closes the connection.
I don't know if there is another parameter that we need to change (MaxAuthTriesLog doesn't work un AIX), or if there is something more we must do.
Does anyone know how to solve this?
Thanks
We've installed the rpm requisites (zlib, prngd, openssl and openssl-devel) and downloaded and installed openssh from
It is working fine, but we're not able to increase the number of unsuccesfull logins.
In the sshd_config we've put
MaxAutTries 6, but it only accepts 2 atempts, if the second login is unsuccesfull it closes the connection.
I don't know if there is another parameter that we need to change (MaxAuthTriesLog doesn't work un AIX), or if there is something more we must do.
Does anyone know how to solve this?
Thanks