Tag: ssh

  • Mask private SSH key in GitLab CI/CD

    by

    in

    When using Ansible for automating deployment from a GitLab CI/CD pipeline, you must provide a private SSH key via a GitLab CI/CD variable. GitLab CI/CD variables can be setup to be masked which prevents them from appearing in log files. Furthermore, they can be configured to be hidden so you have no way of accessing…

  • Upgrading from RSA to ED25519

    by

    in

    Add a new pair of Ed25519 keys and use them to conveniently ssh into remote servers.