Link to home
Start Free TrialLog in
Avatar of securitythreat
securitythreatFlag for Afghanistan

asked on

Rh5 and Keyboard Interactive Authentication for root@(serverIP)

I have software that is attempting to connect to a RH5 server using Keyboard Interactive Authentication.  I am recieving a prompt for a password for root@(serverIP).  I have tried the root password and aren't able to login.  What steps are needed to, enable if not enable by default and/or set password for Keyboard authentication?
ASKER CERTIFIED SOLUTION
Avatar of icenick
icenick
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PsiCop
No one should be logging in remotely to the root account. If the system admin has at least two neurons to rub together, they have PermitRootLogin no and/or DenyUsers root (preferably both) in the sshd_config file.

Stay safe and sane: Login to an unprivileged account and escalate privilege.