All posts

Tag

#ssh

2 posts

AI co-authored

Signing git commits with SSH keys

Git commit signing is a great way to prove the authenticity of your commits. While GPG has long been the standard, SSH signing is a newer and simpler alternative that uses the SSH keys you may already use for authentication. In this guide, we’ll walk through setting up SSH signing for Git on your local machine.

  • devops
  • git
  • ssh
AI co-authored

Securing SSH with ssh keys

In this article I'm going to describe how to secure a SSH server, so that it will only accept logins with ssh keys.

  • sysadmin
  • devops
  • linux
  • ssh