Page MenuHomeDevCentral

Update SSH key for shark
ClosedPublic

Authored by dereckson on Sun, Nov 9, 23:03.

Details

Reviewers
dereckson
Maniphest Tasks
Restricted Maniphest Task
Commits
rOPS2d3a4e281bd0: Update SSH key for shark
Summary

The key used SHA-1 algo, not supported by recent OpenSSH recommendations
and current server configurations.

After debugging on IRC, a new ed25519 has been created to solve the issue.

This fixes the following issue:
2025-11-09T15:35:05.633129+00:00 zonegrey sshd-session[674317]:
userauth_pubkey: signature algorithm ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]

Fixes T2182.

Test Plan

ssh shark@eglide.org

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Confirmed by shark key is correct.

This revision is now accepted and ready to land.Sun, Nov 9, 23:05
This revision was automatically updated to reflect the committed changes.

Eglide is still not configured from Complector with a salt-ssh roster, so running it locally:

Eglide
$ ssh eglide.org
$ cd /srv/salt
$ git pull
$ sudo salt-call --local state.sls_id /home/shark/.ssh/authorized_keys roles/core/users                                                                                                      (git)-[main] 

local:
----------
          ID: /home/shark/.ssh/authorized_keys
    Function: file.managed
      Result: True
     Comment: File /home/shark/.ssh/authorized_keys updated
     Started: 23:05:53.184970
    Duration: 17.309 ms
     Changes:   
              ----------
              diff:
                  --- 
                  +++ 
                  @@ -18,4 +18,4 @@
                   #       https://devcentral.nasqueron.org/maniphest/task/edit/form/3/
                   #   </auto-generated>
                   
                  -ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAjKehL1PdhcpLNiGdWLuVCUpNawUhQoxon3nmhZm/B+oU2nwygqvx9YU3LFzTEDNXWtU0aH2UVgC5bkRyVdmVKjX878luoluYwhKJFrYoEd9zS+EPDNmNYSoKntDbZoB17iacVEUM4Kg3RAzwStw3L8OO9DlB9NdXUzS8/9wlSy43ddoRRy83FvnvhRNXWScUIQyBolxqyoVvXdLZ2t0PnCdU3Bz2Wkcg24XjwDOR0R0A3780b+VGcsjXtjYxK6xCpNo9l2DqLAfpw+BFusWy6au5U15vfHgR91Lbcd1xtfvJAElI97fR6DGf+HSrtYZe+9gMU1nofibdiNWSJ/Vn+Q== rsa-key-20161212
                  +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGUpupNya3KCR9uwNICcQb3amYTeK0FjlsWS/ei+DcU4 shark

Summary for local
------------
Succeeded: 1 (changed=1)
Failed:    0
------------
Total states run:     1
Total run time:  17.309 ms