All posts

Tag

#ssh

3 posts

AI co-authored

Signing git commits with SSH keys

Sign your Git commits with the SSH key you already use for authentication — simpler than GPG, and verified on GitHub with an allowed-signers file.

  • devops
  • git
  • ssh
AI co-authored

Securing SSH with ssh keys

Lock down an SSH server so it only accepts key-based logins: generating a key pair, installing the public key, and safely disabling password authentication.

  • sysadmin
  • devops
  • linux
  • ssh