How does one use this app with a private github.com repo? #2570
Replies: 2 comments 3 replies
-
The wiki contains outdated user-contributed content that is no longer maintained. Regarding what key to use, my suggested method is to generate an ED25519 key from within the app and add the public key as a Deploy Key to your pass repository which ensures that the secret key is not lying around in a potentially compromisable location as well as limits its access to the single repository it is meant to be used for. |
Beta Was this translation helpful? Give feedback.
-
I am using Android Password Store version 1.3.3 and I can't see the new version, says it is incompatible with my device. I just updated my private VPS server and ran into this issue. In one of the issues reported, I saw a comment that using -m PEM would make ssh keys work. I saw somewhere else (maybe superuser) to try ecdsa. That combo seemed to work, no idea if it works on github.com, but I did the following: I set a passphrase when creating the key. |
Beta Was this translation helpful? Give feedback.
-
I used this app on an older android and did not have this problem there, though I may have set it up before github changed its stance on RSA keys. Now I'm trying to restore my setup with a new phone on lineageos 20 and app version 1.3.3
The wiki says, one should generate an rsa key
ssh-keygen -t rsa -b 3072 -C "Android Password Store" -f /tmp/id_rsa_droid
however, this results in an error when cloning. The message is something like
It's not quite clear to me if this is a message from the server, but I suspect so. The github doc itself says one should generate an ed25519 key.
Now when I do this and import the generated private key file, the app says "Imported" in the toast, but when cloning comes up with
Same after applying this workaround, which did work for an rsa key.
So
Has anyone had any success with having a private repo on github.com?
Beta Was this translation helpful? Give feedback.
All reactions