Writes a private SSH key encoded in an environment variable
to a file in ~/.ssh.
Only run in non-interactive settings and if the environment variable
exists and is non-empty.
Usage
step_install_ssh_keys(name = "id_rsa")
Arguments
name
[string]
Name of the environment variable and the target file, default: "id_rsa".