Open pietervdvn opened 1 week ago
I did run (via SSH) which solved my problem.
root@admin:/var/www/weblate/data/ssh# chmod g-rx id_ed25519
root@admin:/var/www/weblate/data/ssh# chmod o-rx id_ed25519
root@admin:/var/www/weblate/data/ssh# chmod g-rx id_rsa
root@admin:/var/www/weblate/data/ssh# chmod o-rx id_rsa
Maybe those steps should be added to the install script?
Describe the bug
I'm trying to setup my repository with direct "push"-access. I've added the public ssh-key from https://translate.mapcomplete.org/manage/ssh/ as
deploy key
in my github repository. When trying to add a component while usinggit@github.com:pietervdvn/MapComplete
, the UI complains about incorrect key permissions:Context