this post was submitted on 11 Apr 2025
222 points (95.9% liked)

Programmer Humor

22444 readers
1582 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
[โ€“] eager_eagle@lemmy.world 1 points 4 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.