We have been getting running/startup backups of our ASAs using TFTP. Our security team is requiring that we use a secure file transfer method such as SSH/SFTP. From
what I can tell, the default SSH method does a "show running-config" or "show startup-config", which does not include the pre-shared keys for IPSec tunnels. I've seen seen
other posts where people have recommended using a custom template which does "more system:<config type>". but I have a few questions about it:
- This command does not let you get the startup-config (I'm running 8.2.x). I get both configs so I can determine if the running-config was not saved. Is there another way to determine this?
- If we have a hard failure on an ASA and need to perform a restore from file, will the passwords/keys for various things such as enable, local users, AAA groups be retained?
- Are there any other file transfer options I'm missing? I don't want to use FTP as its not integrated into NCM. SCP doesn't work because the ASA only acts as an SCP server; not an SCP client.
Thanks