andrey-jef
09/27/2022, 9:35 PM/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?