Management Interface and root Logins

Posted on

The RHEV-M interface uses the root account to manage the RHEV hosts. Is there a way to change the account used to manage the hosts or a way to restrict ssh logins to only the management server? I've tried the following option in 'sshd_config' but it seems cause other issues with "ChallengeResponseAuthentication."
Thank you,

  • sshd_config option

Match Address "172.24.*.33"
PermitRootLogin yes

Responses