Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to signing via SSH key #229

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Switch to signing via SSH key #229

merged 1 commit into from
Jan 25, 2023

Conversation

chenxiaolong
Copy link
Owner

After this commit, all further commits, tags, and release artifacts will be signed by a new SSH key:

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDOe6/tBnO7xZhAWXRj3ApUYgn+XZ0wnQiXM8B7tPgv4

To authenticate this change, this commit is signed with the existing GPG key (master key: 2233C479609BDCEC43BE9232F6A3B19090EFF32C, subkey: 19C3E6E8FB86AD288B38AF2714200B173D8A3BF5).

The reason for this change is to switch to stronger cryptography and also to rely on simpler tools that are readily available. SSH is already preinstalled on every desktop OS, including Windows.

@chenxiaolong chenxiaolong self-assigned this Jan 25, 2023
After this commit, all further commits, tags, and release artifacts will
be signed by a new SSH key:

    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDOe6/tBnO7xZhAWXRj3ApUYgn+XZ0wnQiXM8B7tPgv4

To authenticate this change, this commit is signed with the existing GPG
key (master key: 2233C479609BDCEC43BE9232F6A3B19090EFF32C, subkey:
19C3E6E8FB86AD288B38AF2714200B173D8A3BF5).

The reason for this change is to switch to stronger cryptography and
also to rely on simpler tools that are readily available. SSH is already
preinstalled on every desktop OS, including Windows.

Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant