4fea231b5fbfd42b43f18c733ccd77d3a1823e75
ssh-key was expected to be base64-encoded and decoded with `base64 --decode`, which is inconsistent with ssh-upload and ssh-command (both take the raw PEM directly) and an easy way to end up with a silently corrupt key file if the stored secret isn't actually base64. Write the input straight to the key file instead.
Description
No description provided
30 KiB