though it still require my passphrase whenever I p...
# questions
a
though it still require my passphrase whenever I push. These are the various steps that I applied - I tried to add GIT_SSH pointed to
/windows/system32/openssh/ssh.exe
- I tried
Start-Service ssh-agent
then
Set-Service ssh-agent -StartupType Automatic
then
ssh-add C:\Users\my_user\ssh\id_ed25519
- with
ssh-add -l
I found that there is only 1 key registered and this only key is added into my GitHub account - I tried this [guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases) which add a snippet into
C:\Users\my_user\.profile
Will deleting the vault, then delete the repo in GitHub. Recreate a new repo. Re-initialize a new dendron vault. then git init, commit, push will make the passphrase becoming not required to be re-typed?