Skip to content
Snippets Groups Projects
  1. Mar 24, 2023
  2. Mar 23, 2023
  3. Mar 21, 2023
  4. Mar 17, 2023
  5. Mar 16, 2023
  6. Mar 15, 2023
  7. Mar 13, 2023
  8. Mar 10, 2023
  9. Mar 09, 2023
  10. Mar 08, 2023
  11. Mar 01, 2023
  12. Feb 28, 2023
  13. Feb 22, 2023
  14. Feb 21, 2023
  15. Feb 20, 2023
    • Antoine R. Dumont's avatar
      Fix ssh key type to supported one · 3f857d4b
      Antoine R. Dumont authored
      ```
      Error: Failed to apply catalog: Parameter type failed on Ssh_authorized_key[zack
      zack@noziere]: Invalid value "no-touch-required sk-ssh-ed25519@openssh.com". Valid
      values are ssh-dss, ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384,
      ecdsa-sha2-nistp521, ssh-ed25519. (file:
      /etc/puppet/code/environments/production/site-modules/profile/manifests/ssh/server.pp,
      line: 37)
      ```
      
      bin/octo is happy:
      
      ```
      diff origin/production/thyssen.internal.softwareheritage.org current/thyssen.internal.softwareheritage.org
      *******************************************
        Ssh_authorized_key[zack zack@noziere2] =>
         parameters =>
           type =>
            - no-touch-required sk-ssh-ed25519@openssh.com
            + ssh-ed25519
      *******************************************
        Ssh_authorized_key[zack zack@noziere] =>
         parameters =>
           type =>
            - no-touch-required sk-ssh-ed25519@openssh.com
            + ssh-ed25519
      *******************************************
      *** End octocatalog-diff on thyssen.internal.softwareheritage.org
      ```
      
      Refs. swh/infra/sysadm-environment#4770
      3f857d4b
    • Antoine R. Dumont's avatar
      Add new ssh keys to zack user · 1ccc11c3
      Antoine R. Dumont authored
      octo-diff happy:
      
      ```
      diff origin/production/thyssen.internal.softwareheritage.org current/node
      *******************************************
      + Ssh_authorized_key[zack zack@noziere2] =>
         parameters =>
           "ensure": "present",
           "key": "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIOEeNPkjSRDvG4jC+u8DNG+t...
           "type": "no-touch-required sk-ssh-ed25519@openssh.com",
           "user": "zack"
      *******************************************
      + Ssh_authorized_key[zack zack@noziere] =>
         parameters =>
           "ensure": "present",
           "key": "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIB63mVv7CC3IQ6vO7s4H/Cei...
           "type": "no-touch-required sk-ssh-ed25519@openssh.com",
           "user": "zack"
      *******************************************
      *** End octocatalog-diff on node
      ```
      
      Refs. swh/infra/sysadm-environment#4770
      1ccc11c3
  16. Feb 02, 2023
  17. Jan 31, 2023
Loading