How to put a Private SSH Key into AWS Secrets Manager
Secrets Manager allows key-value pair payloads. This is a great way to store a private SSH key and passphrase. I ran into an issue with formatting. The line breaks in the SSH key would show as \n and not allow the key to save. I tried many permutations but either the key had superfluous formatting … [Read more…]