semaphore icon indicating copy to clipboard operation
semaphore copied to clipboard

signed ssh key

Open badsmoke opened this issue 2 years ago • 1 comments

is there a possibility to store a signed ssh key, which should be in the same folder as the pub-key.

https://access.redhat.com/documentation/de-de/red_hat_enterprise_linux/6/html/deployment_guide/sec-creating_ssh_ca_certificate_signing-keys

the procedure is relativ unknown but still very useful, with it you can give different public keys temporally access to different devices

badsmoke avatar Jun 20 '23 11:06 badsmoke

seems to be too unknown, too bad.

badsmoke avatar Jul 22 '24 08:07 badsmoke

I would also like to use signed keys with semaphore. Is this possible?

gitwittidbit avatar Nov 05 '24 20:11 gitwittidbit

Would love to see this implemented. Current work around is using the current unsigned public keys on the remote and restricting access to the semaphore host ip in the authorized keys file. Rotating both when signed public key expires.

on remote target eg:

from="10.x.x.x" ssh-ed25519 somekey unsigned-pub

Ducky6944 avatar Jul 11 '25 04:07 Ducky6944