Replies: 2 comments 4 replies
-
Yes, that does make sense. We use an persistent ssh control Socket to speed up subsequent sync operations: https://github.com/gopasspw/gopass/blob/master/internal/backend/storage/gitfs/ssh_others.go You can disable that by overriding GIT_SSH_COMMAND. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I need a bit of help with this. For me gopass just hangs when it's running this command in the background. I have to kill the process. How can I debug what is going on? GOPASS_DEBUG env var is set. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
gopass sync
command works without ssh key in ssh agentPlease help me to understand the issue
Steps To Reproduce
ssh-agent
-ssh-add -D
ssh-agent
for gopass syncingssh-add /path/to/private/ssh-key
gopass generate some/password/path1/password
gopass sync
ssh-agent
-ssh-add -D
gopass generate some/password/path2/password
gopass sync
git clone
,git pull
,git push
fall with an errorPlease make sure you have the correct access rights
Version
gopass 1.14.3-git+HEAD go1.18.2 linux amd64
Beta Was this translation helpful? Give feedback.
All reactions