Cisco ACS backup/restore procedure
show repository <repository name> | i <repository name>
acs restore <backup name> repository <repository name>
show application status acs
show repository <repository name> | i <repository name>
acs restore <backup name> repository <repository name>
show application status acs
Start -> RUN -> osk
You’ll get on screen keyboard and now you can press CTRL + ALT + DEL to change your password.
I upgraded ubuntu to focal 20.04 and SSH was unable to negotiate with network devices I tried to ssh on.
Solution was found here, or simpy editing /etc/ssh/ssh_conf by adding following lines to the end of the file:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
MACs hmac-md5,hmac-sha1,umac-64@openssh.com
KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
HostKeyAlgorithms ssh-rsa,ssh-dss
I had some problems while downgrading so here are my steps.
Documentation is not really clear about this, so here are the steps.
Nice guide here.
Very good explained here.