Skip to content

Support file type CI/CD variable for the OpenSSH RSA key

This adds support for using a file type CI/CD variable in GitLab to pass the OpenSSH RSA key for the SFTP server to the scripts. We expect actual RSA key data to start with an ASCII armor marker ("-----"). Everything else is used as file path.

Merge request reports