sudosophy on Nostr: to allow identity validation before ssh connection and push execution then how that ...
to allow identity validation before ssh connection and push execution
then how that auth happens would depend on the relay. it can use a bunker, ssh ca, rolling keys, these are some of the ideas I had. I am trying to create a poc with rolling keys.
git push triggers AUTH flow,
helper sends an ssh pubkey with the auth event
relay validates identity of sender, registers key with local ssh server
on OK helper attempts ssh connection
everything else is git doing its own thing
then how that auth happens would depend on the relay. it can use a bunker, ssh ca, rolling keys, these are some of the ideas I had. I am trying to create a poc with rolling keys.
git push triggers AUTH flow,
helper sends an ssh pubkey with the auth event
relay validates identity of sender, registers key with local ssh server
on OK helper attempts ssh connection
everything else is git doing its own thing