this post was submitted on 11 Apr 2025
217 points (95.8% liked)

Programmer Humor

22354 readers
2894 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 2 days ago (1 children)

does anyone know how to configure SSH signing on a remote server without creating another key on that server?

If I'm using the same SSH key pair to access the remote server it kinda makes sense to use it to sign, but I don't know how I would go about configuring git to do it.