Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.62 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.62 KB

Public Keys

You can provide your ssh pubkey and GPG key here.

If you have any problem or suggestion, contact or join us:

  • Join the Matrix chat at https://matrix.to/#/#gzhu-dalao:matrix.org
  • Base64: aHR0cHM6Ly90Lm1lL2pvaW5jaGF0L0JPLWx1RkFMdFFnSDNQWE1zcGR3Q2c=

Why we need keys

SSH public keys can be easily added on the server.

GPG public keys can be used to verify files, encrypt or decrypt something after mutual trusted.

How to generate ssh keys

For Windows user, you can download the PuTTY Client.

Download PuTTY

generate-key-with-putty

For Linux/Unix Like User, you can install openssh for your system by package manager. THen exec ssh-keygen command.

After you get ssh keys you can commit your public key here. Do not move or modify a public key that does not belong to you.

How to generate GPG keys

For Linux/Unix Like User, you can install gnupg for your system by package manager. Then exec gpg --gen-key command. Also you can use GUI Applications to finished it.

Publish the public key to server.

USTC GPG Server

As the same you can commit your gpg key finger here after it published on server.

Add GPG keys for Github to verify the committing.