01-19-2026 11:00 AM
Hello,
We recently migrated to the VM version of CMX and ran into an issue with the admin account an logging into SSH. It looks like after 35+ days of user inactivity SSH access is being denied. We can unlock the account with console access but its a pain as we dont manage the servers they live on. What security policy needs to be changed to extend or disable the SSH lockout for the admin account. On cmx version 10.6.3-146
01-19-2026 11:12 AM
- @Chris40 Probably a feature of the underlying Linux OS ; try in linux shell : sudo chage -I -1 admin
to disable inactivity lockout.
M.
01-19-2026 12:15 PM
@Chris40
The issue is caused by the underlying OS password aging policy which automatically locks the account after a period of inactivity, you can permanently fix this by logging in as root and running chage -I -1 cmxadmin to disable the inactivity timer 🙂
01-19-2026 12:15 PM
Any way to run this command without root access? Looks like a TAC case needs to be opened to generate a token.
01-19-2026 12:35 PM
output for sudo chage -i -1
Sorry, user cmxadmin is not allowed to execute '/bin/chage -i -1' as root
01-19-2026 12:45 PM
@Chris40
Open TAC case, its faster way 🙂
01-20-2026 12:15 AM
- @Chris40 Sorry, user cmxadmin is not allowed to execute '/bin/chage -i -1' as root
In VMware you could , mount the (root) partition of the CMX VM on another host
and manually change /etc/shadow as in :
cmxadmin:$6$...:19800:0:99999:7:30:20000:
cmxadmin:$6$...:19800:0:99999:7:-1:20000:
The above is example content, only pay attention to changing the colored value.
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide