> Like dis ?
This is awesome, thanks! 💜
I see the ssh key now appeared on the "SSH Keys" page and git clone from `git.gittr.space` also works!
I see my other repo `
[email protected]:efc2b6e59480f0e55cc87c69af06b6d1a11fa25e4ea95a439878c41799c53c19/ohmyvps.git` on the ssh server is one commit behind from GH's HEAD, even though I previously pushed to `nostr://npub1alptdev5srcw2hxg03567p4k6xs3lgj7f6545suc0rzp0xw98svse7rg94/ohmyvps`. It's expected behavior because the ssh server doesn't automatically pull from GRASP servers, right?
While I can now pull from the ssh server, I wasn't able to push the missing commit there:
```
$ git push -v origin main
Pushing to git.gittr.space:efc2b6e59480f0e55cc87c69af06b6d1a11fa25e4ea95a439878c41799c53c19/ohmyvps.git
fatal: permission denied for write operation on 'efc2b6e59480f0e55cc87c69af06b6d1a11fa25e4ea95a439878c41799c53c19/ohmyvps'
hint: This repository is not publicly writable and you don't have write permission.
hint: Only repository owners and users with WRITE or ADMIN permissions can push.
hint: Contact the repository owner to request write access.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```