Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Log into the root user and run:> passwd -x -1 root> passwd -x -1 collectorlogin> passwd -x -1 admin That disables the password expiration for those users, if you ever use pwdreset or the UI to change the password you probably need to do it again. Cis...
This is caused by Cisco CLI Analyzer only supporting RSA.You should generate an RSA host key for network devices, unless a better type is available. If you want to add other key types to Cisco CLI Analyzer, see: https://community.cisco.com/t5/cisco-c...
I had this problem too, it is caused by Cisco blocking all host key types except for RSA.I have attached a patch that fixes this issue for the ed25519 host key type. Any other keytype will probably work, if it is supported by the node library they ar...